TKUICardActionStyle
public enum TKUICardActionStyle : Equatable
Undocumented
-
Highlights the button with the tint colour as a circular background
Declaration
Swift
case bold
-
Highlights the button in red tint colour with a circular background
Declaration
Swift
case destructive
-
Normal style of the button, not tinted, with a light circular border around the icon
Declaration
Swift
case normal