SideButtons
public class SideButtons
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public class func backButton(theme: ThemeProtocol) -> UIButton
Declaration
Swift
public class func closeButton(theme: ThemeProtocol) -> UIButton
Declaration
Swift
public init(
leftButtonWithCallback: ButtonWithOnClickedCallback? = nil,
rightButtonWithCallback: ButtonWithOnClickedCallback? = nil
)
Declaration
Swift
public var leftButtonWithCallback: ButtonWithOnClickedCallback?
Declaration
Swift
public var rightButtonWithCallback: ButtonWithOnClickedCallback?