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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T14:47:23+00:00 2026-06-05T14:47:23+00:00

Before you dive in… The ControlState is by Default set to Normal with an

  • 0

Before you dive in…
The ControlState is by Default set to Normal with an Image set

When a user clicks a button it changes the image of the button since i set the target of that button to correspond with the required method. I need to change the image of all other RADIOBUTTONS when the -(void)RADIOBUTTONAClicked: is called

-(void)RadioButtonACLicked:{
//code to change radioButton A, the code i have works 
// Code to change all other buttons does not work. 
}


- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath

{
….
// Configure the cell…

....
//-------------Creation of Custom Buttons-------------// 
//----RadioButtonA----//
....
[radioButtonA addTarget:self action:@selector(radioButtonAClicked:)forControlEvents:UIControlEventTouchUpInside];

 [radioButtonA setImage:img2 forState:UIControlStateNormal];

ButtonB creation

radioButtonB = [UIButton buttonWithType:UIButtonTypeCustom];

[radioButtonB addTarget:self action:@selector(radioButtonBClicked:)forControlEvents:UIControlEventTouchUpInside];
[radioButtonB setImage:img2 forState:UIControlStateNormal]; 

so when a radioButton is clicked i need all other buttons Image to set to opposite.

  • 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-05T14:47:25+00:00Added an answer on June 5, 2026 at 2:47 pm

    Took me awhile got it to work

    (void)radioButtonClicked:(UIButton *)sender
    {
    ...
    
    // Sets the UIImage for the custom RadioButtons. 
    //img refers to radioOn and img2 refers to radioOff.
    // uses an if esle conditional block inorder to correctly change the Images if teh conditions are met.
    
    for(int i=0;i<[self.radioButtons count];i++){
        if ([[self.radioButtons objectAtIndex:i]tag] == sender.tag) {
        [[self.radioButtons objectAtIndex:i] setImage:img2 forState:UIControlStateNormal];
    
    }
    
    [sender setImage:img forState:UIControlStateNormal];
    
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Before I dive into the question. Let me state that by Event Loop I
Before I dive into my question, I wanted to point out that I am
Before I dive into the disscusion part a quick question; Is there a method
I'm new to WPF and before I dive in solving a problem in completely
Before you start flaming, I'm going to tell you that I am trying to
Before someone said that I did not read I may say that I read
Before I dive into ANTLR (because it is apparently not for the faint of
I'm new to iOS and objective-C. Before I dive down into this I'd like
I have a CSS3 position transition that makes a dive slide from one side
Before I dive into development, I want to know if this is possible at

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.