PBPopupBarBorderViewStyle
@objc
public enum PBPopupBarBorderViewStyle : Int
Available styles for the border view.
-
Border view on left.
Declaration
Swift
case left -
Border view on right.
Declaration
Swift
case right -
No border view.
Declaration
Swift
case none -
Default style: none.
Declaration
Swift
public static let `default`: PBPopupBarBorderViewStyle -
An array of human readable strings for the border view styles.
Declaration
Swift
public static let strings: [String] -
Return an human readable description for the progress view style.
Declaration
Swift
public var description: NSString { get }
View on GitHub