VGSExpDateTextField
@MainActor
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
@MainActor public var monthPickerFormat: MonthFormat { get set } -
UIPickerView Year Label format
Declaration
Swift
@MainActor public var yearPickerFormat: YearFormat { get set }
View on GitHub