---
title: isVisible
framework: gamekit
role: symbol
role_heading: Instance Property
path: gamekit/gkaccesspoint/isvisible
---

# isVisible

A Boolean value that indicates whether the access point is visible.

## Declaration

```swift
var isVisible: Bool { get }
```

## Discussion

Discussion On Apple TV, you can set this property to true to move the focus to the access point. This is an observable property.

## See Also

### Displaying the access point

- [isActive](gamekit/gkaccesspoint/isactive.md)
- [isPresentingGameCenter](gamekit/gkaccesspoint/ispresentinggamecenter.md)
- [showHighlights](gamekit/gkaccesspoint/showhighlights.md)
