---
title: maximumFramesPerSecond
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiscreen/maximumframespersecond
---

# maximumFramesPerSecond

The maximum number of frames per second a screen can render.

## Declaration

```swift
var maximumFramesPerSecond: Int { get }
```

## Discussion

Discussion In iOS, the value of this property can be up to 120 for devices with ProMotion displays. In tvOS, the value of this property depends on the hardware capabilities of the attached screen and the user’s selected resolution on Apple TV.

## See Also

### Getting a display link

- [displayLink(withTarget:selector:)](uikit/uiscreen/displaylink(withtarget:selector:).md)
