The UITabBarController class implements a specialized view controller that manages a radio-style selection interface.
I am loading a splash screen when my app starts. Then I want to load a TabBarController and it's ViewControllers. …
cocoa-touch uitabbarcontroller frame boundsI am trying to change the height of the stock UITabBar to 44px, similar to Tweetbot's tab bar height. I've …
uitabbarcontroller uitabbarI've been having some trouble with something I thought might be easy. I have a table in my root view …
iphone ios uinavigationcontroller uitabbarcontrollerHow do I disable a particular tabbar item? Something like for the 3rd icon... self.tabBarItem.items![2].enabled = false There …
swift uitabbarcontroller tabbarI have 5 different tabs in my tabbar controller. My intention is to be able to switch from one tab bar …
objective-c ios uitabbarcontrollerI'm quite new to iOS development. Right now i'm trying to hide my tabbar when I scroll down and when …
ios swift uiscrollview uitabbarcontroller show-hideApple says: Depending on the device and orientation, the system displays either a regular or compact tab bar. Your app …
ios uikit uitabbarcontroller uitabbaritemI currently try to find a way to remove while run the app a TabBar Item, i found a way …
ios swift uitabbarcontroller tabbarI am trying to make a blurred background the UITabBar for my UITabViewController, and the idea is to have it …
ios uitabbarcontroller ios9In my project I have a UITabBarController. And on one of it's ViewControllers I have button. When I click this …
ios swift uiviewcontroller uitabbarcontroller uitabbar