udayFAI

Results 3 issues of udayFAI

I am not understanding the structure of code flow. can you please make a video from beginning to ending using storyboard design.

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:...