-1

I have to create multiple dynamic radio group in iOS for my application.

halfer
  • 19,824
  • 17
  • 99
  • 186
Aashi
  • 170
  • 2
  • 14
  • possible duplicate of [Best radio-button implementation for IOS](http://stackoverflow.com/questions/4847296/best-radio-button-implementation-for-ios) – lihudi Oct 09 '14 at 06:23
  • There are lots of example available, Check my answer - http://stackoverflow.com/questions/25183518/usage-of-a-uiswitch/25183747#25183747 – Kampai Oct 09 '14 at 06:23
  • 1
    Possible duplicate of [How to create radio buttons and checkbox in swift (iOS)?](http://stackoverflow.com/questions/29117759/how-to-create-radio-buttons-and-checkbox-in-swift-ios) – Shamas S Dec 01 '15 at 01:07

1 Answers1

1

Preferred way to do it by Apple is using a UITableView with checkmark accessories. But if you need web style radio buttons, you can either implement yourself or use some open source libraries. Check this one: https://github.com/frederik-jacques/TNRadioButtonGroup

dadalar
  • 635
  • 3
  • 8