CardCallToAction
class CardCallToAction : NSObject
Undocumented
-
The icon representing the call to action.
-
The title text for the call to action.
Declaration
Swift
var title: String { get set } -
The color for the call to action title text.
-
Creates a call to action instance.
Declaration
Swift
init(icon: Any!, title: String, titleColor: Any!)Parameters
iconThe icon representing the call to action.
titleThe title text for the call to action.
titleColorThe color for the call to action title text.
Return Value
Returns a call to action instance.
-
Unavailable
Use -initWithIcon:title:titleColor:
Undocumented
CardCallToAction Class Reference