AnglePickerViewController
@objcMembers public class AnglePickerViewController: UIViewController
View controller for selecting an angle.
-
The current angle value.
Declaration
Swift
public var angle: Double = 0
-
Delegate for events that occur on this controller.
Declaration
Swift
public weak var delegate: AnglePickerViewControllerDelegate?
-
Angle picker control.
Declaration
Swift
public private(set) lazy var anglePicker: AnglePicker =