MURadioButtonDelegate
@objc
public protocol MURadioButtonDelegate : AnyObject
Delegate protocol for MURadioButtonProtocol objects.
-
Will trigger each time a radio button is selected.
Declaration
Swift
func didSelect(button: MURadioButtonProtocol)
-
Will trigger each time a radio button is unselected.
Declaration
Swift
func didUnselect(button: MURadioButtonProtocol)