Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 242 Bytes

Switch.md

File metadata and controls

17 lines (11 loc) · 242 Bytes

Switch

@available(iOS 9.0, *) public class Switch: UISwitch

Inheritance

UISwitch

Initializers

init(isOn:toggleChanged:)

public init(isOn: Bool = false, toggleChanged: ((Bool) -> Void)? = nil)