BarWithSideButtonsView
public class BarWithSideButtonsView : UIView
Important
This is a Public Preview API. It may be changed or removed at any time.-
Declaration
Swift
public init( content: UIView, sideButtons: SideButtons, centerHorizontally: Bool = true, centerVertically: Bool = false )
-
Declaration
Swift
public required init?(coder aDecoder: NSCoder)
-
Declaration
Swift
public weak var contentView: UIView?
-
Declaration
Swift
public var leftButton: UIButton? { get }
-
Declaration
Swift
public var rightButton: UIButton? { get }
-
Declaration
Swift
public var spacing: CGFloat { get set }