MultipleChoiceOptionView
class MultipleChoiceOptionView : UIView
Undocumented
-
Undocumented
Declaration
Swift
init(title: String, choices: [OptionGroupViewModel.Choice], onTapOnChoice: @escaping (Int) -> Void)
-
Undocumented
Declaration
Swift
override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)
-
Undocumented
Declaration
Swift
var selectedChoices: Set<Int> { get set }