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

    icon

    The icon representing the call to action.

    title

    The title text for the call to action.

    titleColor

    The color for the call to action title text.

    Return Value

    Returns a call to action instance.

  • Unavailable

    Use -initWithIcon:title:titleColor:

    Undocumented