Skip to main content

All Questions

0 votes
1 answer
1k views

iOS) How to add a divider(==separator) between tabbarItems

I searched this question many times but couldn't get enough information. So I will use UIButton or UIView to replace UITabbar for customizing issue. I want to put divider(separator) between two ...
LKM's user avatar
  • 2,450
1 vote
0 answers
56 views

text not displaying in uitabbar

I have code in didFinishLaunching method as per below. - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { myViewController *obj=[[...
Mrugesh Tank's user avatar
  • 3,560
0 votes
1 answer
239 views

iOS 7 change tabBar selected icon

I've created a tabBar in storyboard and set a custom image. I want to use a different image for the "selected" state, I know I can't set that image using storyboard but how do I do it programmatically?...
JwL's user avatar
  • 53
29 votes
11 answers
69k views

How can I change the text and icon colors for tabBarItems in iOS 7?

How can I change the text and icon colors for UITabBar and UITabBarItems in iOS 7? The default gray text seems dim and hard to read for unselected tabbar items.
Ed Fernandez's user avatar
  • 1,823
3 votes
2 answers
4k views

How change Text color UITabBarItem selected? [duplicate]

Possible Duplicate: Setting text-color on selected tab bar item Hello, I'm programming in Objective C for iPhone. I wish change the text color of Tab Bar item when I pulse it. ¿Is this posible? ...
Paolpa's user avatar
  • 319
1 vote
1 answer
1k views

How to specify width, flexible space and/or position between UITabBarItems in UITabBar?

I am working on a project when client wants UITabBar lookalike toolbar (icons and titles) at the bottom of some views. The tab bar needs to have 1 item at the left, empty space, and then 2 items at ...
Lukasz's user avatar
  • 19.9k