How to make multiple radio group dynamically and manage check/uncheck state in a single view controller in iOS -


I have to create more than one dynamic radio group in iOS for my application.

The preferred way of doing this by Apple is using a UITWview with checkmark accessories. But if you need a web style radio button, you can either apply yourself or use some open source libraries. Check it out one:

Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

php - How can I cram 6+31 numeric characters into 22 alphanumeric characters? -

mysql - where clause in inner join query -