Top "Uitabbarcontroller" questions

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

Iphone: Is it possible to hide the TabBar? (Pre-iOS 8)

I have an application that uses a UITabBarController to switch between modes. When in a certain mode, I'd like to …

iphone ios objective-c uitabbarcontroller
UITabBar(Controller) - Get index of tapped?

I've got a tab bar application and I need to know when and what button a user taps on the …

iphone objective-c cocoa-touch uitabbarcontroller
Tab Bar covers TableView cells in iOS7

I have a custom tableViewController that I'm adding to a TabBarController with self.tabBarController.viewControllers = [NSArray arrayWithObjects:someOtherViewController, customTableViewController, nil]; …

objective-c uitabbarcontroller ios7 uitableview
how to set iphone tab bar icon by custom images using story board

I am newbie to iphone development,I need to put a custom image icon in the tab bar .But it …

iphone ios uitabbarcontroller xcode4.5 uitabbar
How to set the tab bar badge with swift?

How to set the tab bar badge with swift ? for example when I get new message showing number 1 on the …

ios swift uitabbarcontroller
Swift: how to show a tab bar controller after a login view

I have seen many posts similar to this here but they are all about Objective-C while I am developing my …

ios xcode swift uitabbarcontroller
How do I change background color of UITabItem when item is selected

I would like a different background color when the user selects a tab bar item than when it is unselected.

ios objective-c uitabbarcontroller uitabbar
Programmatically setting tabBarItem title in Swift

I have four UIViewControllers that are linked to a UITabBarController's tab bar. I need to set the tab bar item …

ios swift uitabbarcontroller
Hiding UITabBar when pushing a UIView

I have a UITabBarController where the default view controller is a UINavigationController. I want to be able to hide the …

ios objective-c swift uitabbarcontroller uinavigationbar
How to get the 'current' navigation controller from tab bar controller

Is there is a method to retrieve tab bar controller's current visible navigation controller? For example, I have 2 tabbars in …

objective-c ios uinavigationcontroller uitabbarcontroller