Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using radio buttons in iPhone app

Tags:

xcode

iphone

How do I a use radio button in an iPhone app? Should I load any image instead of button image?

like image 434
Jr Ntr Achanta Avatar asked Feb 28 '11 06:02

Jr Ntr Achanta


2 Answers

A fairly standard replacement for radio buttons on iOS is a "picker". An alternative, if you have a large number of potential choices, is to use a static list under a button, and allow only one of the items to be selected and checkmarked.

like image 76
David Schlesinger Avatar answered Oct 29 '22 01:10

David Schlesinger


You can use a custom button & change its image on button click

like image 36
Swastik Avatar answered Oct 29 '22 00:10

Swastik