DLRadioButton
DLRadioButton copied to clipboard
Square radio button embedded in UITableView appear rounded. Only selecting it changes to square.

I have some radio button for a survey module, for question with select at least one i put rounded radio button, question with select one i put square button.
As the GIF shows, the squared radio button is appearing rounded, only when i clicked on it, it turns square. Do i need to call any function to update uitableviewcell when it appear?
I think you are reusing the same group of radio buttons for different cells. Try to put groups of radio buttons in an array and fetch them when updating table cells.
Yeah. Searched online and find out that UIButton can't change state after it is initialised. Current new method im doing is set a rounded and rectangular button and show/hide.