DavydLiu / DLRadioButton

Radio Button for iOS
MIT License
948 stars 202 forks source link

How to fetch value of particular radio button after selection of radio button #126

Open TrRavi opened 6 years ago

TrRavi commented 6 years ago

i have some data of students . i am using uitableview. when i select a radio button and click on button (ViewInfo)then i want to fetch id of selected student. how can i achieve it ??

DavydLiu commented 6 years ago

You can use the selectedButton property on any radio button.