Top "Uitabbarcontroller" questions

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

What size should TabBar images be?

I have icons for a tabBar of size 100. I checked at Apple's Human Interface Guidelines of 2013 and it says the …

ios objective-c uitabbarcontroller uitabbar uitabbaritem
Changing Tint / Background color of UITabBar

The UINavigationBar and UISearchBar both have a tintColor property that allows you to change the tint color (surprising, I know) …

ios iphone uitabbarcontroller uitabbar
Unbalanced calls to begin/end appearance transitions for <UITabBarController: 0x197870>

I read SO about another user encountering similar error, but this error is in different case. I received this message …

ios ios4 uitabbarcontroller
Switching to a TabBar tab view programmatically?

Let's say I have a UIButton in one tab view in my iPhone app, and I want to have it …

iphone objective-c ios uitabbarcontroller
Programmatically switching between tabs within Swift

I need write some code to switch the view to another tab when the iOS app starts (so, for example, …

ios xcode swift uitabbarcontroller viewcontroller
Change UITabBar height

I use UITabBarController as a root view and app supports iOS 6 and above. Project class hierarchy is as below. UITabBarController …

ios objective-c uitabbarcontroller height uitabbar
Determine if UIView is visible to the user?

is it possible to determine whether my UIView is visible to the user or not? My View is added as …

iphone uiview uitabbarcontroller visibility nstimer
View Controllers: How to switch between views programmatically?

In short: I want to have two fullscreen views, where I can switch between view A and view B. I …

iphone uikit uiviewcontroller uitabbarcontroller
How to hide tab bar with animation in iOS?

So I have a button that is connected to a IBAction. When I press the button I want to hide …

ios uitabbarcontroller uitabbar ibaction
Detect when a tab bar item is pressed

I have a root view controller which isn’t set as the custom class for any of my view controllers …

swift uitabbarcontroller uitabbar