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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T00:28:13+00:00 2026-05-28T00:28:13+00:00

I want to toggle displaying an image in my program. Here is my code

  • 0

I want to toggle displaying an image in my program. Here is my code simplified:

UIImage *newImage = [UIImage imageNamed:@"selected.png"];
UIImageView *selector = [[UIImageView alloc] initWithImage: newImage];
[selector setFrame: CGRectMake( 0, 0, 64, 64)];
[overView addSubview: selector];
[overView bringSubviewToFront: selector];
selector.hidden = TRUE;

[newImage release]

Later in the code:

-(IBAction)Button1Click
{
  selector.hidden = FALSE;
}

-(IBAction)Button2Click
{
  selector.hidden = TRUE;
}

Later still:

[selector release];

When I run and click the two buttons the “selector” image never shows up. If I debug the program I can see the program reaches the lines under the IBActions, but it has no effect. Here is the strange thing: If I set the line early on to:

selector.hidden = FALSE;

Then I can see the “selected” image the whole time and it never turns off no matter what button I press. Any ideas?

UPDATE:
I know it was unclear in the code but “selector” is in the same scope in all the code. Adding “self.” to “selector” fixed the 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-05-28T00:28:14+00:00Added an answer on May 28, 2026 at 12:28 am

    from your code snippets it seems that you have property “selector” (accessed in IBActions) and local variable “selector” used in “main” snippet. If this is the case, you have to do something like this:

    self.selector = [[UIImageView alloc] initWithImage: newImage];
    

    instead of

    UIImageView *selector = [[UIImageView alloc] initWithImage: newImage];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a div that I want to toggle between displaying or not when
Basically I want to make simple toggle program (that will be mapped to some
my code: <a href=# onclick=obj.addClass('fliph'); return false;>toggle</a> i want click toggle to obj.addClass('fliph') ,then
I want to toggle UITableViewCell image - cell.imageView.image. (eg. Red <--> Green) If the
Im having some menu objects, here link1 and link2 which I want to toggle
I want to toggle a process's visibility at runtime , I have a Windows
I want to create a toggle button in html using css. I want it
I want to change the toggle function so that it changes the text of
I want to count the total divs inside a container and toggle their visibilities
I have a ListBox control that I want to change into having a toggle

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.