Most voted "tabbarcontroller" questions
4 questions
Sort by count of
-
1
votes3
answers312
viewsHow to Configure Tab Bar Controller?
I have a Tab Bar Controller with 5 Viewcontrollers connected to it. With this, 5 buttons are displayed on the bar. I would like the Viewcontroller connected to the third button (middle button) to be…
-
1
votes0
answers150
viewsProblem with navigation between IOS screens
Could someone help me solve a problem, where I use a drop-down menu Swrevealviewcontroller in my IOS project using the language objective-c, in my app I have a Uitabbarcontroller containing 4 tablet…
ios objective-c iphone tabbarcontroller uinavigationcontrollerasked 9 years, 6 months ago Bruno Richart 793 -
1
votes1
answer65
viewsHide Tabbar and Show Uitoolbar
In my project I have a Tableview within navigation controller (Tabbar > Navigation Controller > Tableview Controller) When I press the Edit Tabbar button is being hidden and showing the…
-
0
votes2
answers191
viewsHow to migrate data between views using Tab Bar Controller (Swift)
I have a Tab Bar Controller with three buttons. How do I take an array, loaded from data stored in Core Data, from a view (button 1) to another view (button 2)?