VGSDateTextField
public final class VGSDateTextField : VGSTextField
extension VGSDateTextField: UIPickerViewDelegate, UIPickerViewDataSource
An object that displays an editable text area. Can be use instead of a VGSTextField
when need to show picker view with a Date. It support to define a range of valid dates to select from.
-
Available month Label formats in
See moreUIPickerView
Declaration
Swift
public enum MonthFormat
-
UIPickerView month label format
Declaration
Swift
public var monthPickerFormat: MonthFormat { get set }
-
Declaration
Swift
public override var configuration: VGSConfiguration? { get set }