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 -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

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