PhoneNumberInputView

@IBDesignable
public class PhoneNumberInputView : StandardInputView, UITextFieldDelegate

Standard Input View containing a label and an input field.

  • 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)