ios - Correct TabBar and NavBar relationship/setup -


i need tab bar controller , nav bar controller (for tabs). correct setup?

i have tab bar controller each tab leads separate nav bar controller leads vc. correct setup? or there preferred method have tab bar leads single nav bar controls vc's (for each tab)? possible, or lead lot of complications?

you can 1 navigation controller:

see image http://imgur.com/qxxjezi

detail description:

navigation , tab bar

  1. navigationcontroller -> check mark is initial view controller
  2. tabbarcontroller -> relationship segue root view controller

both tabs

  1. fisrttabviewcontroller-> relationship segue view controllers
  2. secondtabviewcontroller-> relationship segue view controllers

both tabs details

  1. fisrttabdetailviewcontroller-> action segue show
  2. secondtabdetailviewcontroller-> action segue show

Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -