Is it possible for 1 ViewController to be the delegate for 2 ModalViews? I have this FlipsideViewController and I want it to have 2 different UIButtons. Each butt开发者_Go百科on will present a differe
I want to display a settings table modally, but I\'开发者_Go百科m having trouble getting navigation bar at the top (to show the title and a done button). I can add the bar as a subview to the tablevie
I have a navigation controller that displays tableviews. When the user select a row a new tableview is displayed (new tableview controller pushed into the navigation stack). When the user touches the
I have a UIViewController and when a button is pressed, I want a half screen view to slide up with a UIPicker in it.
My question is similar to: iPhone modal view inside another modal view? and Can I push a modal view controller from within another modal view controller?, however there is one difference:
I\'m trying to show a login page for an app I\'m creating but I can开发者_开发问答\'t seem to get the navigation controller to activate.
I made a xib file, but all I c开发者_开发百科an get is either iPad or iPhone view. How can I make it so that the size is the same as a modal view form sheet?If you drag a view onto the Storyboard and
I have a UIViewcontroller that I want to push onto a UINavigationController, which in turn would push onto a modal view using presentModalViewController:animated.
So I have a tabBarController as a modalview, and it shows up fine. As I click some of the tabs, the views are loading properly. I want to dismiss the modalView when I click on tabBarController.selecte
So, I have a tabbarcontroller, and I pass a notification to dismissModalViewController when a particular tabBarItem is touched.