Top "Uitabbarcontroller" questions

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

maximum number of tabs for UITabBarController without moreViewController

Short of actually creating a UITabBarController and performing the relevant experiment, does iOS have a programmatic way of getting the …

ios uitabbarcontroller uitabbar
Load All TabBar Views

I have a tabbar controller as the root view controller. I would like to pre-load the views of tab [1,2,3] (tab 0 …

ios uitabbarcontroller
How to hide the title on the tab bar item with navigation controller

I have a tab bar item on navigation controller connected with tab bar controller and i want to delete the …

swift uinavigationcontroller uitabbarcontroller uitabbaritem
Overlay a view over whole screen, when using UITabBarController?

I want to overlay a HUD-style transparent graphic over the entire screen in a UITabBarController setup. The button to do …

iphone objective-c ios uitabbarcontroller hud
How to load all views in UITabBarController?

I have not found relevant and up to date answers in the posts related to this question. I would like …

ios swift load uitabbarcontroller launch
TabBarController and SplitViewController

i want my splitviewController to be displayed in within a TabBarController. Unfortunately, I firstly decided to just have a SplitViewController …

objective-c ios ipad uitabbarcontroller uisplitviewcontroller
Prevent automatic popToRootViewController on double-tap of UITabBarController

The default behavior of a UITabBarController is to pop the contained UINavigationController to the root view controller when a particular …

iphone uinavigationcontroller uitabbarcontroller
iOS Tab Bar icons keep getting larger

I am having a problem with my icons in my tabBar. Tapping the same tab bar button repeatedly will keep …

ios objective-c cocoa-touch uitabbarcontroller uitabbaritem
self.tabBarItem.title not working?

In my iPhone application, I have a tab bar. This tab bar holds a UINavigationController. I have: In Interface Builder …

iphone uiviewcontroller uinavigationcontroller uitabbarcontroller tabbar