Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8174851
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T22:34:07+00:00 2026-06-06T22:34:07+00:00

Since I am developing an iOS >= 5.0 application, I am trying to change

  • 0

Since I am developing an iOS >= 5.0 application, I am trying to change the appearance of the main UI components through the appearance proxies.

When dealing with the UITabBar component, I correctly changed its tintColor to a light shade of gray trough the [[UITabBar appearance] setTintColor:] method. But doing this, the UITabBarItems included in the bar are quite impossible to see, since they retain the old gray/white color in their title label.

I tried to change their appearance through the [UITabBarItem appearance] proxy, but there is no way to make them visible.

Can anyone suggest me a way to solve this problem? Thank you!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T22:34:08+00:00Added an answer on June 6, 2026 at 10:34 pm

    Hi this will work for what you want to do

    // Customize the UIBarButtonItem
        UIImage *button30 = [[UIImage imageNamed:@"button_textured_30"] 
                             resizableImageWithCapInsets:UIEdgeInsetsMake(0, 5, 0, 5)];
        UIImage *button24 = [[UIImage imageNamed:@"button_textured_24"] 
                             resizableImageWithCapInsets:UIEdgeInsetsMake(0, 5, 0, 5)];
    
        [[UITabBarItem appearance] setBackgroundImage:button30 forState:UIControlStateNormal barMetrics:UIBarMetricsDefault];
        [[UITabBarItem appearance] setBackgroundImage:button24 forState:UIControlStateNormal barMetrics:UIBarMetricsLandscapePhone];
    
        [[UITabBarItem appearance] setTitleTextAttributes:
          [NSDictionary dictionaryWithObjectsAndKeys:
          [UIColor colorWithRed:82.0/255.0 
                          green:82.0/255.0
                           blue:82.0/255.0
                          alpha:1.0],                     UITextAttributeTextColor,
          [UIColor colorWithRed:242.0 
                          green:237.0 
                           blue:237.0 
                          alpha:1.0],                     UITextAttributeTextShadowColor,
          [NSValue valueWithUIOffset:UIOffsetMake(0,1)],  UITextAttributeTextShadowOffset,
          [UIFont fontWithName:@"Helvetica" size:0.0],    UITextAttributeFont,nil]
                                             forState:UIControlStateNormal];
    

    Happy Coding 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am developing an MVC3 application in C#. The application has several projects. Since
I'm developing an iOS application with latest SDK and XCode 4.2. To parse JSON
I am developing an application, whose data management is realized through Core Data, and
I'm developing an iOS app that is based on ALAssetsLibrary api (available since 4.0),
I'm currently developing an iOS application (iPad and iPhone) that uses OpenGL ES 1.0
Those who invented Android and Java didn't invented for themselves. Since I started developing
Since I've started developing my Blackberry app, the biggest problems I've encountered all had
I've been developing stuff using ActionScript since AS2,and when AS3 was released i had
Am looking into developing an iPhone native app using Titanium Developer Since this is
I am developing an app on facebook. Since yesterday the resizing worked fine with

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.