ios - How Do I Insert Tab Bar Controller Into Storyboard? -


i have existing iphone application consists of login vc, account table vc, , account detail vc. note storyboard:enter image description here

i need enhance account detail vc show tab bar allow surfacing of other information related selected account recent orders, map, etc. i've done far embed account detail vc in tab bar controller this:

enter image description here

it's not clear me how wire new tab bar controller existing storyboard. examples see on use of tab bar controller have root vc; not case here want tabs present on account detail view (and other tab sibling views - not shown here).

thanks assistance.

you need add push segue table view controller (or cell) tab bar controller. accountdetailview should connected tab bar controller "relationship segue" ---> viewcontrollers.


Comments

Popular posts from this blog

jQuery Mobile app not scrolling in Firefox -

c++ - How to add Crypto++ library to Qt project -

php array slice every 2th rule -