<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "StoreKit",
  "identifier" : "/documentation/StoreKit/SKOverlay/Position",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "StoreKit"
    ],
    "preciseIdentifier" : "c:@E@SKOverlayPosition"
  },
  "title" : "SKOverlay.Position"
}
-->

# SKOverlay.Position

Constants that identify the position of an overlay on the screen.

```
enum Position
```

## Topics

### Describing the Overlay’s Position

[`SKOverlay.Position.bottom`](/documentation/StoreKit/SKOverlay/Position/bottom)

Specifies that the overlay is at the bottom of the screen.

[`SKOverlay.Position.bottomRaised`](/documentation/StoreKit/SKOverlay/Position/bottomRaised)

Specifies that the overlay is at a raised position at the bottom of the screen.

### Initializers

[`init(rawValue:)`](/documentation/StoreKit/SKOverlay/Position/init(rawValue:))



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)