<!--
{
  "availability" : [
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ParavirtualizedGraphics",
  "identifier" : "/documentation/ParavirtualizedGraphics/PGDisplay/guestPresentCount",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Paravirtualized Graphics"
    ],
    "preciseIdentifier" : "c:objc(pl)PGDisplay(py)guestPresentCount"
  },
  "title" : "guestPresentCount"
}
-->

# guestPresentCount

The number of frame presents that the guest has generated since object creation.

```
var guestPresentCount: Int { get }
```

## Discussion

This value can exceed the number of times that the framework invokes the [`newFrameEventHandler`](/documentation/ParavirtualizedGraphics/PGDisplayDescriptor/newFrameEventHandler) block if the host isn’t encoding frames fast enough to keep up.

---

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)