PKDisplayStyle
public enum PKDisplayStyle : String, Codable
Style in which to render the progress bar.
-
Show the achieved progress.
Declaration
Swift
case progress
-
Show the remaining work.
Declaration
Swift
case remaining
-
Iterable containing all available display styles.
Declaration
Swift
public static let availableDisplayStyles: [PKDisplayStyle]