Top "Uitabbarcontroller" questions

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

iOS Custom Tab Bar

I am looking to implement a custom Tab Bar in iOS where selected item is bigger size than the rest …

uitabbarcontroller iso
Communicating between 2 ViewControllers in Tab Bar Controller Project

I'm using a Tab Bar Controller in my project where the FirstViewController has a Mapbox map view and the SecondViewController …

ios objective-c uitabbarcontroller ios7 tabbarcontroller
pushViewController not working with tab bar controller

I am trying to push in a new view controller with the code: [self.navigationController pushViewController:webViewController animated:YES]; But …

objective-c xcode uinavigationcontroller uitabbarcontroller pushviewcontroller
viewWillAppear in viewcontrollers of a tabbar

In my tab-bar I have four viewcontrollers, and what happens in one can affect the view of the other, so …

cocoa-touch uiviewcontroller uitabbarcontroller viewwillappear
iphone push view controller inside navbar inside tabbar

I have an app that has a tabBar with a navbar, The tabBar is showing, and working, but when I …

iphone ios uinavigationcontroller uitabbarcontroller pushviewcontroller
iOS : How to add Underline in UITabBarItem

I am working in a application where i need to add underline in UITabbarItem. so i would like to add …

ios xcode uitabbarcontroller uitabbaritem
How to use a UISplitViewController in Swift

So I add a UISplitViewController to a project which is embedded with a UITabBarController. The UISplitViewController has a UINavigationController as …

ios swift ipad uitabbarcontroller uisplitviewcontroller
How to change tabbar icon color from default blue?

I have got four tabs. I was able to change the tab icon color from default blue to red (or …

objective-c xcode uitabbarcontroller uitabbaritem