udayFAI
udayFAI
I am not understanding the structure of code flow. can you please make a video from beginning to ending using storyboard design.
Where can I change the code.
import ALRadioButtons class RadioButtonsTableViewCell: UITableViewCell { @IBOutlet var radioButtons: ALRadioGroup! lazy var radioGroup = ALRadioGroup(items: [ .init(title: "title1", subtitle: "subtitle1"), .init(title: "title2", subtitle: "subtitle2", detail: "Detail"), .init(title: "title3"), ], style:...