0
votes
1answer
1 views
UIViewContainer with UITableVIewContainer subView, UITableViewContainer.View leaves gap at top
I have a UIViewController with a UISegmentedControl that swaps out one of 3 UITableViewControllers depending up the pressed segment selected. Everything works great, except the UIT …
0
votes
1answer
146 views
Invoke method in another class
I have two view controllers (viewControllerA and viewControllerB) with their own views. When the user touches a button in the view of viewControllerA, I am able to load the view o …
0
votes
1answer
32 views
Navigation & View Controller questions
I'm experimenting with ViewControllers & NavigationControllers in Interface Builder trying to get a better grasp of what's tied to what and why... I'm struggling with a scenari …
0
votes
2answers
167 views
Difficulty with apps with a forced landscape orientation
I have two apps, both of which force the user to use the iPhone in landscape mode, in order to have a wider screen, instead of a taller one.
One of the things I have found is that …
0
votes
7answers
227 views
View Controller being sent a message even though it has been deallocated.
I am not sure if something has changed in the iPhone SDK 3.0 but I am getting the strangest error. I have a view controller hierarchy where I switch between view controllers depend …
1
vote
2answers
23 views
Why does rotation of iPhone cause crash when _existingView message is sent to deallocated object?
I have two view controllers: MyParentViewController and MyChildViewController.
The application starts with MyParent. I push the MyChild controller to the top of the navigation sta …
0
votes
1answer
91 views
How to choose UIInterfaceOrientationLandscapeRight or UIInterfaceOrientationLandscapeLeft?
I have two apps, both of which force the user to use the iPhone in landscape mode, in order to have a wider screen, instead of a taller one. I selected UIInterfaceOrientationLands …
0
votes
1answer
35 views
Are viewDidUnload and dealloc always called when tearing down a UIViewController?
I have a query about the use of viewDidUnload and dealloc in a simple implementation of UITableViewController.
Essentially I'd like to know more about weather or not both viewDid …
1
vote
2answers
153 views
How to add an UIViewController’s view as subview
I have a ViewController which controls many subviews. When I click one of the buttons I initialize another viewcontroller and show it's view as the subview of this view. However th …
0
votes
2answers
76 views
How to push viewcontroller (view controller)?
Hi,
Memory management is a very important issue in iPhone. So I am asking a very general question.
There are two ways to call a the viewController of another class.
Way 1:
Anot …
0
votes
2answers
419 views
Displaying MFMailComposeViewController in landscape
My app is landscape based. I'd like to use MFMailComposeViewController in landscape but can't find anything to notifiy it about orientation. In landscape, MFMailComposeViewContro …
0
votes
1answer
136 views
Exception When Setting the Nib Name field in Interface Builder
Hey Guys,
I'm trying to load a view controller from a nib in Interface Builder. My basic setup is this:
MainWindow.xib contains:
All the usual stuff, the app delegate instance, t …
1
vote
1answer
68 views
UIViewController: set self.view to my view or add my view as subview?
Hello, I have a question about UIViewController's subview, I created a UIView subclass MainView, which has the exact size of the screen, I wonder which is a better way of adding Ma …
0
votes
1answer
32 views
EXC_BAD_ACCESS on UITableView reloadData call
Hi all,
I've come to the point of pulling my hair out over this one. I keep getting a EXC_BAD_ACCESS when I call the reloadData for the UITableView. I'll lay the groundwork for …
0
votes
0answers
7 views
How to use a UIPicker to open to a new UIView??
How can i do this I want to take a UPicker and when tapped it opens up a xib/UIView can somebody please help me out with this im going crazy here LOL
