STPMultiFormTextField
public class STPMultiFormTextField: UIView, STPFormTextFieldContainer, UITextFieldDelegate,
STPFormTextFieldDelegate
STPMultiFormTextField is a lightweight UIView that wraps a collection of STPFormTextFields and can automatically move to the next form field when one is completed.
-
Calling this method will make the next incomplete STPFormTextField in
formTextFields
become the first responder. If all of the form text fields are already complete, then the last field informTextFields
will become the first responder.Declaration
Swift
@objc public func focusNextForm()
-
Declaration
Swift
@objc public var formFont: UIFont { get set }
-
Declaration
Swift
@objc public var formTextColor: UIColor { get set }
-
Declaration
Swift
@objc public var formTextErrorColor: UIColor { get set }
-
Declaration
Swift
@objc public var formPlaceholderColor: UIColor { get set }
-
Declaration
Swift
@objc public var formCursorColor: UIColor { get set }
-
Declaration
Swift
@objc public var formKeyboardAppearance: UIKeyboardAppearance { get set }