Top "Uitabbarcontroller" questions

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

How to adjust tab bar badge position?

I'm displaying badge on tab bar but when number increase it goes out to tab bar item like shown in …

ios objective-c uitabbarcontroller uitabbaritem
detect when a tabBar item is pressed via UITabBarController from App Delegate

I know this question has been asked a few times, but I am still stuck on the case when I …

ios objective-c uitabbarcontroller uitabbar uitabbaritem
Check if tabBar is visible on iOS app

I am working on an iOS App that have an UITabBarController for show a TabBar. In some where, I present …

iphone ios ipad uitabbarcontroller tabbar
Set UITabBarItem title programmatically?

My app is based on a tab bar architecture. In order to have an easy internationalisation mechanic, I do not …

ios uitabbarcontroller uitabbar viewdidload uitabbaritem
Set UITabBarController Items titles while launching the application

I have UITabBarController with 5 tabs, how can I set tabs titles while launching the application? The reason behind this is …

xcode4 uitabbarcontroller tabitem
How do i use coordinators with a UIITabBarController?

I'm playing around with the MVVM-C architecture, but i'm unsure how i can instantiate multiple coordinators with different tabs when …

ios swift mvvm uitabbarcontroller protocols
iOS 7 UITabBar badge position

Is there any way to adjust the position of the UITabBar badge in iOS 7? The badge now blocks the tab …

ios objective-c uitabbarcontroller ios7 uitabbar
How do I create a UITabBarController with a custom UITabBar class without using IB?

I can create a UINavigationController with custom bar classes by using initWithNavigationBarClass:toolbarClass:. There doesn't seem to be an equivalent …

ios uitabbarcontroller
How can I add a custom divider image to the UITabBar?

I have a UITabBar that I am trying to style after the new iOS 6 App Store look. I have some …

iphone ios uitabbarcontroller divider