Top "Uitabbarcontroller" questions

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

Setting badge value in UITabBarItem in UIViewController

I am adding UITabBarController to the window, and setting the viewControllers property of the UITabBarController to the array of ViewControllers. …

uikit uitabbarcontroller uitabbaritem
Problem adding tab bar items to UITabBar

I have a tab bar based application in which I am trying to add tab bar items to the tab …

iphone objective-c uitabbarcontroller uitabbar uitabbaritem
Showing login view controller before main tab bar controller

I'm creating an iPad app with a tab bar controller that requires login. So on launch, I want to show …

iphone ipad uiviewcontroller uitabbarcontroller
How In-Call status bar impacts UIViewController's view size?

I'm trying to understand how the view associated to a UITabBarController, UINavigationController or UIViewController reacts when the in-call status bar …

iphone uitabbarcontroller statusbar in-call
Reordering view controllers in a UITabBarController, all defined in a Storyboard

I'd like to change the order of view controllers attached to a UITabBarController, within my Storyboard, without disconnecting all view …

objective-c ios5 uitabbarcontroller uistoryboard
How to refresh Tab Bar Items in swift ios

I do app like Instagram with tab bar items. In app I have simple user and company user. I have …

ios swift uitabbarcontroller reload uitabbaritem
How to properly customize UITabBar and UITabBarItem on iOS 7 and iOS 8?

I am googling around so much, but nowhere I find a straight and consolidated answer. I want to customize myUITabBarController …

ios objective-c uitabbarcontroller uitabbar uitabbaritem
tabBarController and navigationControllers in landscape mode, episode II

I have a UITabBarController, and each tab handles a different UIViewController that pushes on the stack new controllers as needed. …

iphone uiviewcontroller uitabbarcontroller landscape
How to change Background color of UITabbar selected tab color to blue?

Hi, I wanted this kind of Tab Selection effect. Instead of Black Background it should be blue one.Is it …

objective-c ios5 uitabbarcontroller uitabbar uitabbaritem
How to share a ManagedObjectContext when using UITabBarController

I have an iPhone application that has a MainWindow.xib holding a UITabBarController, which in turn has a UINavigationController and …

iphone cocoa-touch core-data uitabbarcontroller cocoa-design-patterns