APSSkipOverlayProgressPosition
Objective-C
enum APSSkipOverlayProgressPosition {}
                Swift
enum APSSkipOverlayProgressPosition : Int
                Defines where inside the skip overlay should the progress circle be rendered.
- 
                  
                  
Render the progress circle in the left side of the skip overlay.
Declaration
Objective-C
kAPSSkipOverlayProgressPositionLeftSwift
case left = 0 - 
                  
                  
Render the progress circle in the right side of the skip overlay.
Declaration
Objective-C
kAPSSkipOverlayProgressPositionRightSwift
case right = 1 - 
                  
                  
Do not render the progress circle.
Declaration
Objective-C
kAPSSkipOverlayProgressPositionHiddenSwift
case hidden = 2 
      APSSkipOverlayProgressPosition Enumeration Reference