STPCardFormViewStyle
@objc
public enum STPCardFormViewStyle : Int
Options for configuring the display of an STPCardFormView
instance.
-
Draws the form in a rounded rect with full separators between each input field.
Declaration
Swift
case standard
-
Draws the form without an outer border and underlines under each input field.
Declaration
Swift
case borderless