CardNumberInputView

@IBDesignable
public class CardNumberInputView : StandardInputView, UITextFieldDelegate

Card Number Input View containing a label and an input field. Handles the formatting of the text field.

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

    Declaration

    Swift

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

    Declaration

    Swift

    public required init?(coder aDecoder: NSCoder)