TKUICardActionContent

public struct TKUICardActionContent

Undocumented

  • Undocumented

    Declaration

    Swift

    public init(title: String, accessibilityLabel: String? = nil, icon: UIImage, style: TKUICardActionStyle = .normal, isInProgress: Bool = false, isEnabled: Bool = true)
  • Title of the button

    Declaration

    Swift

    public var title: String
  • Accessibility label to use for the button, falls back to title if not provided

    Declaration

    Swift

    public var accessibilityLabel: String?
  • Icon to display as the action. Should be a template image.

    Declaration

    Swift

    public var icon: UIImage
  • Undocumented

    Declaration

    Swift

    public var style: TKUICardActionStyle
  • Undocumented

    Declaration

    Swift

    public var isInProgress: Bool
  • Undocumented

    Declaration

    Swift

    public var isEnabled: Bool