Top "Uitabbarcontroller" questions

The UITabBarController class implements a specialized view controller that manages a radio-style selection interface.

How do I pass data from a tab bar controller to one of its tabs?

I have a UITabBarController set up in storyboard. I want to pass a dictionary of data from the tab bar …

iphone objective-c uiviewcontroller uitabbarcontroller storyboard
Changing font in UITabBarItem

Hi I have this code and it doesn't work, what am I doing wrong? - (void)viewDidLoad { [self.tabBarItem setTitleTextAttributes:[…

iphone ios xcode uitabbarcontroller
Auto Layout and "Hide bottom bar when pushed"

My app's (simplified) structure is this: UITabBarController with one UINavigationController holding a UITableViewController as root view controller. when tapping one …

ios objective-c storyboard uitabbarcontroller autolayout
Enable and disable the tab bar item by a button click in xcode?

I have 5 tab bar items. The first one will be the login page. When the user haven't logged on other …

xcode uiviewcontroller uitabbarcontroller uitabbar tabbar
Completely transparent UITabBar in iOS 8

I'm trying to make my tabBar transparent, I've searched but all I found was articles resulting in partly and not …

ios objective-c uitabbarcontroller uitabbar transparent
how to get the event that switch tab menu on iphone

I'm trying to figure out how to catch the event that controls the switch tabs on the UITabBarController. How could …

iphone iphone-sdk-3.0 uitabbarcontroller
Setting the title of a navigation bar inside a tab bar controller

Well in my app I have a navigation controller with a table view, and when pressing a button a tab …

ios uinavigationcontroller uitabbarcontroller titlebar
How to create tabbar with custom UI in swift 3.0

i want to create one tab bar from storyboard and i create it but when click on tab bar at …

ios swift3 uitabbarcontroller tabbar
How to hide parent tabbar when pushing controller in navigationController

I have an application with a tab bar controller and each view contains a navigation controller. My MainWindow looks as …

ios swift iphone uinavigationcontroller uitabbarcontroller
How to hide the tabBar when push a view?

My application is a Tabbed Application, and it have several controllers under the tabBarController. One controller is a navigationController, and …

ios objective-c swift uitabbarcontroller