1

I want to create an application which shows list of features when user taps on right navigation item. This 'Show list of features' screen will cover half of the iPhone screen with slide animation while hiding and showing it on screen. When user taps on any future from feature list it will navigate user to new screen which will have also have this 'show list of features' button as right navigation item instead of back button.

To create show list of features UI, can I use ContainerView in Xcode? ContainerView UI will be same for all the screens. How can I reuse the same containerView in multiple storyboards?

Thanks!

Manisha
  • 55
  • 6
  • This should help https://developer.apple.com/library/ios/featuredarticles/ViewControllerPGforiPhoneOS/ImplementingaContainerViewController.html – gurmandeep Aug 23 '16 at 05:31
  • @gurmandeep Your link doesn't answer it, as it doesn't explain multiple storyboards situation. – pedrouan Aug 23 '16 at 10:56
  • Why you want to use multiple storyboards? There should be one storyboard with multiple view controllers. Thats how container works. One parent controller and multiple child – gurmandeep Aug 24 '16 at 03:59

0 Answers0