Top "Uitabbarcontroller" questions

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

how to change uiviewcontroller title independent of tabbar item title

I am setting my view controllers title like this in view did load: self.title = @"my title"; prior to this …

ios cocoa-touch uiviewcontroller uitabbarcontroller
How to Hide Tab Bar Controller?

How to Hide Tab Bar Controller ? I want to hide the Tab Bar controller with double tap on UIImageView.

iphone uiimageview uitabbarcontroller touch
How do I hide/show tabBar when tapped using Swift in iOS8

I am trying to mimic the UINavigationController's new hidesBarsOnTap with a tab bar. I have seen many answers to this …

ios swift ios8 uitabbarcontroller
Setting the default tab when using storyboards

Can anyone please tell me how to set the default tab when using storyboards in iOS. I can't seem to …

ios uitabbarcontroller storyboard uitabbar
Change tab name in uitabbarcontroller

I have a TabBarController set as main controller tab, where names were defined using interface builder. Now I would like …

ios objective-c iphone cocoa-touch uitabbarcontroller
iOS UITabBar : Remove top shadow gradient line

I implemented a custom UITabBar and I still have this gradient/shadow on top of it. I added [self.tabBar …

iphone ios uitabbarcontroller uitabbar
How do we create a bigger center UITabBar Item

I am wondering how do we create a bigger center UITabBar like the shot below? Its really beautiful!!!!

ios uibutton uitabbarcontroller custom-controls uitabbar
Get frame height without navigation bar height and tab bar height in deeper view hierarchy

I have a ViewController (B) which is handled by a PageViewController which is inside another ViewController (A) and open it …

ios objective-c swift uinavigationcontroller uitabbarcontroller
Add a Tab Bar Controller Programmatically to current App Flow

I want to add a tab Bar Controller to my current App Flow. Currently I have a page with a …

iphone ios xcode uitabbarcontroller uitabbar
UITabBarController: switch to a different view controller programmatically

In my iPhone app, to restore previously viewed tab, on launch I set the setSelectedIndex: (also tried setSelectedViewController: as per …

iphone objective-c uinavigationcontroller uitabbarcontroller restore