how to create UI Table View Cell with radio Button Group Like facebook question post in swift ??
Asked
Active
Viewed 3,418 times
2

Khaled Ald
- 83
- 2
- 11
-
1You will have to create a Custom UITableViewCell – MrDank Mar 23 '16 at 12:03
-
i create custom cell how to craete group of radio button in this cell ?? – Khaled Ald Mar 23 '16 at 12:05
-
http://stackoverflow.com/questions/29117759/how-to-create-radio-buttons-and-checkbox-in-swift-ios – Nitin Gohel Mar 23 '16 at 12:05
-
Very nice video about radio button cell https://www.youtube.com/watch?v=J0owoXImGV4 – Nitin Gohel Mar 23 '16 at 12:06
1 Answers
2
You should go with prototype cell, on selection of the cell you can change the properties/attributes of individual components in prototype cell as per your requirement.

Ujjwal Khatri
- 716
- 1
- 6
- 19
-
-
http://stackoverflow.com/questions/29117759/how-to-create-radio-buttons-and-checkbox-in-swift-ios – Ujjwal Khatri Mar 23 '16 at 12:15