I hav开发者_如何转开发e an app that uses various view controllers as tabs. I\'m in the process of saving the custom tab order when the app shuts down. I\'m trying to find a generic identifier for my v
How would I build multipl开发者_C百科e UIViews with multiple subviews and switch between them using a UIScrollView? I would appreciate anyone who can upload some code. I am a complete noob withe the i
Can anyone explain why it\'s not possible to create your own view controller hierarchies using UIKit on the iPhone?
I have the following subview chain: UIViewController.view -+ |-> UIView (subclass) -+ |+-> UIToolbar
I have a UITabBarController as part of my app开发者_高级运维 delegate and I want to trap when the user touches a specific tab (the favourites) and force the table within it to reload the data.
Given the section of an application which has a UINavigationController and 2 levels of UITableViews (i.e. a row is selected on the root controller which pushes the second controller onto the navigatio
I\'m displaying a modal uiviewcontroller in the normal fashion: [self.navigationController presentModalViewC开发者_StackOverflow中文版ontroller:self.lvc animated:YES];
In my UIView nib file, I\'ve got a UITableView which takes up about half the screen. The correpsponding .h and .m files are:
I\'m curious what the best method is for managing the traversal through several views without burning screen space using a navigation bar.
I\'m struggling to find a good solution to this problem. In a view controller\'s -viewWillDisappear: method, I need to find a way to determine whether it is because a view controller is being pushed o