Top "Uitabbarcontroller" questions

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

Adding a TabBarController as the Subview of a View

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 bounds
changing the height of UITabBar in iOS7/8?

I am trying to change the height of the stock UITabBar to 44px, similar to Tweetbot's tab bar height. I've …

uitabbarcontroller uitabbar
Pop to root view when tab is selected

I've been having some trouble with something I thought might be easy. I have a table in my root view …

iphone ios uinavigationcontroller uitabbarcontroller
Disable tabbar item - Swift

How do I disable a particular tabbar item? Something like for the 3rd icon... self.tabBarItem.items![2].enabled = false There …

swift uitabbarcontroller tabbar
Objective C: How to switch from one Tab bar to another via program

I have 5 different tabs in my tabbar controller. My intention is to be able to switch from one tab bar …

objective-c ios uitabbarcontroller
iOS/Swift - Hide/Show UITabBarController when scrolling down/up

I'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-hide
Tab Bar Icon Size

Apple says: Depending on the device and orientation, the system displays either a regular or compact tab bar. Your app …

ios uikit uitabbarcontroller uitabbaritem
Remove TabBar item in Swift

I currently try to find a way to remove while run the app a TabBar Item, i found a way …

ios swift uitabbarcontroller tabbar
Black background on transparent UITabBar

I am trying to make a blurred background the UITabBar for my UITabViewController, and the idea is to have it …

ios uitabbarcontroller ios9
Present ViewController in front of UITabBarController's tabBar and hide this tabBar

In 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