---
title: SKOverlay.Position
framework: storekit
role: symbol
role_heading: Enumeration
path: storekit/skoverlay/position
---

# SKOverlay.Position

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

## Declaration

```swift
enum Position
```

## Topics

### Describing the Overlay’s Position

- [SKOverlay.Position.bottom](storekit/skoverlay/position/bottom.md)
- [SKOverlay.Position.bottomRaised](storekit/skoverlay/position/bottomraised.md)

### Initializers

- [init(rawValue:)](storekit/skoverlay/position/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Creating an App Clip Configuration

- [init(position:)](storekit/skoverlay/appclipconfiguration/init(position:).md)
- [position](storekit/skoverlay/appclipconfiguration/position.md)
