I\'ll start my question by stating what I\'m trying to do in my app: I\'m trying to build a document \"picker\" screen, similar to Pages or Numbers on the iPad, something that looks like this:
I have two xibs, one is my title screen with buttons, the other is a more specific window that should come up when one of the buttons is pressed.
I have a base UINavigationController class ( xib-less code ) using the singleton pattern with the fallowing code
I wanna use the presentModalViewController method from a subview, but it\'s not 开发者_JAVA百科working for me
I\'m adding a subview to my primary iPad UIViewController, and within that subview I need to reference said view controller in order to play a video using that controller.
I have a screen in my iPhone application where i have to load multiple kinds of data simultaneously. To simplify my code, I created separate view and loaded separate view controllers in them to handle
I have 3 UIViewControllers in my UINavigationController. At some points I want to go to rootViewController and from there navigate to a new UIViewController, and it doesn\'t aeem to work.
I\'m getting this error when loading a modal view. *** Terminating app due to uncaught exception \'NSUnknownKeyException\', reason: \'[<UIViewContro开发者_如何学编程ller 0x72785a0> setValue:for
I\'m running the TTCatalog project (without modifying it) from the Three20 s开发者_如何学JAVAamples on the iPad.
I\'d like to display two windows on screen with scrolling text in them e.g. top window will have one bible translation while the bottom view would h开发者_运维百科ave another.