2

how to create UI Table View Cell with radio Button Group Like facebook question postenter image description here in swift ??

Khaled Ald
  • 83
  • 2
  • 11

1 Answers1

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