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 8323995
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T23:53:48+00:00 2026-06-08T23:53:48+00:00

I have an IPhone application in which i am using the custom images for

  • 0

I have an IPhone application in which i am using the custom images for the tabbar.when selecting the tabbar i have to show one image and unselecting showing the another.I have successfully implemented that by using the bellow code in the appdelegate.
`

 UIImage *selectedImage0 = [UIImage imageNamed:@"pinboard_hvr2.png"];
    UIImage *unselectedImage0 = [UIImage imageNamed:@"pinboard2.png"];



    UIImage *selectedImage2 = [UIImage imageNamed:@"scan_hvr2.png"];
    UIImage *unselectedImage2 = [UIImage imageNamed:@"scan2.png"];

    UIImage *selectedImage3 = [UIImage imageNamed:@"places_hvr2.png"];
    UIImage *unselectedImage3 = [UIImage imageNamed:@"places2.png"];


    UITabBar *tabBar = self.tabBarController.tabBar;
    tabBar.TintColor = [UIColor clearColor];
    UITabBarItem *item0 = [tabBar.items objectAtIndex:0];
    UITabBarItem *item1 = [tabBar.items objectAtIndex:1];
    UITabBarItem *item2 = [tabBar.items objectAtIndex:2];


    [item0 setFinishedSelectedImage:selectedImage0 withFinishedUnselectedImage:unselectedImage0];
    [item1 setFinishedSelectedImage:selectedImage2 withFinishedUnselectedImage:unselectedImage2];
    [item2 setFinishedSelectedImage:selectedImage3 withFinishedUnselectedImage:unselectedImage3];

`but now the problem with me is i have a tutorial view in the secondindex.when clicking on that button i need each of my tabbar icons to be changed according to the explanation in the tutorial.but I dnt need to gothere.I want to stay at the tutorial view itself.but need to change the icons .can anybody help me in achieving that?

  • 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-08T23:53:51+00:00Added an answer on June 8, 2026 at 11:53 pm

    finally i have sorted out the problem.actually its a simple thing.set your selected and deselected image according to the tutorial button actions.For example if you have 3 buttons there to show each tabs significance set the selected image of the appdelegate.tabbar according to the view like this.`

    TabNavAppDelegate *appdelegate = ( TabNavAppDelegate *)[[UIApplication sharedApplication] delegate];
    
        UIImage *unselectedImage0 = [UIImage imageNamed:@"pinboard_hvr2.png"];
        UIImage *unselectedImage2 = [UIImage imageNamed:@"scan2.png"];
    
        UIImage *selectedImage3 = [UIImage imageNamed:@"places2.png"];
        UITabBar *tabBar = appdelegate.tabBarController.tabBar;
        tabBar.TintColor = [UIColor clearColor];
        UITabBarItem *item0 = [tabBar.items objectAtIndex:0];
        UITabBarItem *item1 = [tabBar.items objectAtIndex:1];
        UITabBarItem *item2 = [tabBar.items objectAtIndex:2];
    
    
        [item0 setFinishedSelectedImage:unselectedImage0 withFinishedUnselectedImage:unselectedImage0];
        [item1 setFinishedSelectedImage:unselectedImage2 withFinishedUnselectedImage:unselectedImage2];
        [item2 setFinishedSelectedImage:selectedImage3 withFinishedUnselectedImage:selectedImage3];
    

    `and in the third button action set it back to normal way as it done in the appdelegate.

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

Sidebar

Related Questions

I have an Iphone application in which i am using two types of purchases.Non
I have been working with iPhone application in which i am using sqlite database.
i have watched a site which has taught iphone application using dashcode.it says dashcode
I have an iphone application in which in a button click i am showing
I have an iphone application in which in a button click i am showing
I have a custom iPhone application which doesn't rely on UIKit in any way
I have iphone application in which I am downloading images from server & displaying
I have an IPhone application in which I am using an IBOutlet button with
I am creating an iphone application in which I have to upload photos using
I have developing an iPhone application using xcode 4 which is compatible with iOS

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.