UIDatePicker

extension Reactive where Base: UIDatePicker

The reactive extension can be accessed through the reactive instance property and the reactive static property.

  • Sets the date of the date picker.

    Declaration

    Swift

    public var date: BindingTarget<Date>
  • A signal of dates emitted by the date picker.

    Declaration

    Swift

    public var dates: Signal<Date, NoError>