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