---
title: UIPrintRenderingQuality.responsive
framework: uikit
role: symbol
role_heading: Case
path: uikit/uiprintrenderingquality/responsive
---

# UIPrintRenderingQuality.responsive

A constant that reduces rendering quality by the smallest possible amount to increase speed and maintain a responsive user interface.

## Declaration

```swift
case responsive
```

## Discussion

Discussion Use this option if you determine that rendering at the best quality using UIPrintRenderingQuality.best reduces the responsiveness of the user interface.

## See Also

### Constants

- [UIPrintRenderingQuality.best](uikit/uiprintrenderingquality/best.md)
