STPThreeDSSelectionCustomization
public class STPThreeDSSelectionCustomization : NSObject
A customization object that configures the appearance of radio buttons and checkboxes.
-
The default settings.
Declaration
Swift
@objc public class func defaultSettings() -> STPThreeDSSelectionCustomization
-
The primary color of the selected state. Defaults to blue.
Declaration
Swift
@objc public var primarySelectedColor: UIColor { get set }
-
The secondary color of the selected state (e.g. the checkmark color). Defaults to white.
Declaration
Swift
@objc public var secondarySelectedColor: UIColor { get set }
-
The background color displayed in the unselected state. Defaults to light blue.
Declaration
Swift
@objc public var unselectedBackgroundColor: UIColor { get set }
-
The color of the border drawn around the view in the unselected state. Defaults to blue.
Declaration
Swift
@objc public var unselectedBorderColor: UIColor { get set }