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

mysql - where clause in inner join query -

java - Why my included JSP file won't get processed correctly? -

php - MySQL Query for Advanced Search multiple criteria -