ExpirationDateInputView

@IBDesignable
public class ExpirationDateInputView : StandardInputView, ExpirationDatePickerDelegate

Expiration Date Input View containing a label and an input field. Uses the ExpirationDatePicker as the input keyboard.

  • Initializes and returns a newly allocated view object with the specified frame rectangle.

    Declaration

    Swift

    override public init(frame: CGRect)
  • Returns an object initialized from data in a given unarchiver.

    Declaration

    Swift

    public required init?(coder aDecoder: NSCoder)