PBPopupBarProgressViewStyle
@objc
public enum PBPopupBarProgressViewStyle : Int
Available styles for the progress view.
Use the most appropriate style for the current operating system version. Uses none for iOS 10 and above, otherwise bottom.
-
Progress view on bottom.
Declaration
Swift
case bottom -
Progress view on top.
Declaration
Swift
case top -
No progress view.
Declaration
Swift
case none -
Default style: none for iOS 10 and above, otherwise bottom.
Declaration
Swift
public static let `default`: PBPopupBarProgressViewStyle -
An array of human readable strings for the progress 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