Questions tagged as 'tabbarcontroller'

3
answers

How to Configure Tab Bar Controller?

I have a Tab Bar Controller with 5 ViewControllers attached to it. This brings up 5 buttons on the bar. I would like the ViewController attached to the third button (middle button) to be the first to be displayed when the screen is opened....
asked by 01.05.2015 / 22:59
1
answer

Hide TabBar and Show UIToolbar

In my project I have a TableView inside navigation controller (TabBar > Navigation Controller > TableView Controller) When I click the Edit button the TabBar is being hidden and displaying the Toolbar, but it is not adjusting in the...
asked by 09.08.2016 / 21:25
0
answers

Problem with navigation between IOS screens

containing tabbarItem where each has a UINavigationViewController responsible for browsing between screens, but UITabbarController is like rootViewController so I can even navigate between screens but using only the navigationB...
asked by 25.05.2015 / 22:13
2
answers

How to migrate data between views using Tab Bar Controller (swift)

I have a Tab Bar Controller with 3 buttons. How do I take an array, loaded from data stored in Core Data, from a view (button 1) to another view (button 2)?     
asked by 15.10.2016 / 00:01