Re: Dumb question about radio buttons
Re: Dumb question about radio buttons
- Subject: Re: Dumb question about radio buttons
- From: Gideon King <email@hidden>
- Date: Fri, 24 Feb 2012 08:55:30 +1000
Not sure about your number of items in your matrix, but you are wanting [sender selectedTag] to get the user's choice.
Regards
Gideon
On 23/02/2012, at 11:58 PM, William Squires wrote:
>
> -(IBAction)baseChanged:(id)sender
> {
> int choice = [sender tag];
> }
>
> I always get, "user chose hexadecimal"! :( (all the buttons generate an action, so it's not that...)
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden