removed override
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
21686bbcd1
commit
db018ac32b
@ -10,16 +10,7 @@ import UIKit
|
|||||||
import VDSColorTokens
|
import VDSColorTokens
|
||||||
import VDSFormControlsTokens
|
import VDSFormControlsTokens
|
||||||
|
|
||||||
public class RadioButton: RadioButtonBase<DefaultRadioButtonModel>{
|
public class RadioButton: RadioButtonBase<DefaultRadioButtonModel>{}
|
||||||
//this is where the code would go for the controller
|
|
||||||
public override func toggleAndAction() {
|
|
||||||
if let didSelect = self.didSelect {
|
|
||||||
didSelect(model)
|
|
||||||
} else {
|
|
||||||
super.toggleAndAction()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public struct RadioButtonGroupModel: SelectorGroupModel{
|
public struct RadioButtonGroupModel: SelectorGroupModel{
|
||||||
public typealias SelectorType = DefaultRadioButtonModel
|
public typealias SelectorType = DefaultRadioButtonModel
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user