---
title: show()
framework: gamekit
role: symbol
role_heading: Instance Method
path: gamekit/gkpeerpickercontroller/show()
---

# show()

Displays the peer picker dialog to the user.

## Declaration

```swift
func show()
```

## Discussion

Discussion On iOS 3.1 or later, the peer picker is retained when it is shown, and autoreleased when it is dismissed.

## See Also

### Displaying the Picker Dialog

- [dismiss()](gamekit/gkpeerpickercontroller/dismiss().md)
- [isVisible](gamekit/gkpeerpickercontroller/isvisible.md)
