StylableButton
open class StylableButton : UIButton
Important
This is a Public Preview API. It may be changed or removed at any time.-
Declaration
Swift
public init(with style: ButtonStyle)
-
Declaration
Swift
override public var isEnabled: Bool { get set }
-
Declaration
Swift
public func apply(style: ButtonStyle)
-
Declaration
Swift
public func apply(theme _: ThemeProtocol)