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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T04:50:48+00:00 2026-05-30T04:50:48+00:00

I have an app that lets the users chose one and only one button

  • 0

I have an app that lets the users chose one and only one button from four buttons.
the buttons are tied to one IBAction that takes id sender as a param. while each button has a tag. When the user clicks on any button text on that button is changed to @"*" and checks for the other buttons to erase any previous selection.

I used this code.

selectedType = b.tag;
NSLog(@"%d", selectedType);



switch (selectedType) {
    case 1:
        [btn2 setTitle:@"" forState:UIControlStateNormal];
        [btn3 setTitle:@"" forState:UIControlStateNormal];
        [btn4 setTitle:@"" forState:UIControlStateNormal];
        break;

    case 2:
        [btn1 setTitle:@"" forState:UIControlStateNormal];
        [btn3 setTitle:@"" forState:UIControlStateNormal];
        [btn4 setTitle:@"" forState:UIControlStateNormal];
        break;

    case 3:
        [btn1 setTitle:@"" forState:UIControlStateNormal];
        [btn2 setTitle:@"" forState:UIControlStateNormal];
        [btn4 setTitle:@"" forState:UIControlStateNormal];
        break;

    case 4:
        [btn1 setTitle:@"" forState:UIControlStateNormal];
        [btn2 setTitle:@"" forState:UIControlStateNormal];
        [btn3 setTitle:@"" forState:UIControlStateNormal];
        break;
    default:
        break;
}

[b setTitle:@"*" forState:UIControlStateNormal];

This is working right straight, but is there an easier technique?

  • 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-30T04:50:50+00:00Added an answer on May 30, 2026 at 4:50 am

    If the user is only allowed to select one button then you could store which button is currently selected and when the user selects a new button, first deselect the old button and then select the new button and update the pointer to the selected button.

    [selectedButton setTitle:@"" forState:UIControlStateNormal]; // deselect the old button
    self.selectedButton = sender; // update the selection
    [selectedButton setTitle:@"*" forState:UIControlStateNormal]; // select the new button
    

    The same approach is still viable if the user is allowed to select multiple buttons though you would need to keep references to all the selected buttons.

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

Sidebar

Related Questions

Let's say I have a fairly simple app that lets users store information on
I have a local web app that lets users attach and view files. Viewing
I have a web app that lets users create groups. On the front page
So I have a rails app That lets users create lists and put items
I've got a PHP/Mysql app that lets users post text from a form. When
I have an iphone app that lets users post a 'story' to their facebook
I have an app that lets the user search over a number of fields
I have a web app that lets a client define a daily rate for
I have got a demo script that lets me authorize with my app and
I'm building a CLI survey app in Java that lets users answer multiple-choice questions.

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.