VGSExpDateTextField
public final class VGSExpDateTextField : VGSTextField
extension VGSExpDateTextField: UIPickerViewDelegate, UIPickerViewDataSource
An object that displays an editable text area. Can be use instead of a VGSTextField
when need to show picker view with Card Number Expiration Month and Year.
-
UIPickerView Month Label format
Declaration
Swift
public var monthPickerFormat: MonthFormat { get set }
-
UIPickerView Year Label format
Declaration
Swift
public var yearPickerFormat: YearFormat { get set }