---
title: GKPlayer.PhotoSize
framework: gamekit
role: symbol
role_heading: Enumeration
path: gamekit/gkplayer/photosize
---

# GKPlayer.PhotoSize

The size of a photo that Game Center loads.

## Declaration

```swift
enum PhotoSize
```

## Topics

### Constants

- [GKPlayer.PhotoSize.small](gamekit/gkplayer/photosize/small.md)
- [GKPlayer.PhotoSize.normal](gamekit/gkplayer/photosize/normal.md)

### Initializers

- [init(rawValue:)](gamekit/gkplayer/photosize/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

### Loading player photos

- [loadPhoto(for:withCompletionHandler:)](gamekit/gkplayer/loadphoto(for:withcompletionhandler:).md)
