---
title: "Nutrient iOS SDK 26.4 release notes"
canonical_url: "https://www.nutrient.io/guides/ios/releases/26-4/"
md_url: "https://www.nutrient.io/guides/ios/releases/26-4.md"
last_updated: "2026-05-30T02:20:01.325Z"
description: "Nutrient iOS SDK 26.4 includes fixes and performance improvements for larger documents."
---

14 January 2026

Nutrient iOS SDK 26.4 includes various fixes, which are listed in our [changelog](https://www.nutrient.io/guides/ios/changelog.md#26.4.0). This release improves performance and responsiveness and opening complex documents with thousands of pages or annotations, or with outlines containing thousands of elements. Please keep [reporting issues to us](https://support.nutrient.io/hc/en-us/requests/new), because that’s how we improve our SDK for you.

## Insetting content for the user interface

We added a new option to change the behavior when toggling the visibility of the user interface (the top toolbar and bottom page scrubber bar).

By default, Nutrient will show the user interface covering document pages if needed. This provides a smooth transition when the user interface auto-hides when scrolling between pages. Users can also tap to toggle the user interface visibility to read content at the top or bottom.

| User interface visible                                                                                               | User interface hidden                                                                 |
| -------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
|![Screenshot showing user interface covering top and bottom of page.](@/assets/guides/ios/releases/26-4/default.jpg) |![Screenshot showing full screen page.](@/assets/guides/ios/releases/26-4/hidden.jpg) |

If the new [`shouldInsetContentForUserInterface`](https://www.nutrient.io/api/ios/documentation/pspdfkitui/pdfconfiguration/shouldinsetcontentforuserinterface) configuration property is enabled, document pages will be inset so they aren’t covered by the user interface. This enables users to see and tap all parts of a page while the user interface is visible, although the transition may be more distracting.

| User interface visible                                                                            | User interface hidden                                                                 |
| ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
|![Screenshot showing page inset for user interface.](@/assets/guides/ios/releases/26-4/inset.jpg) |![Screenshot showing full screen page.](@/assets/guides/ios/releases/26-4/hidden.jpg) |
---

## Related pages

- [26 2](/guides/ios/releases/26-2.md)
- [14 12](/guides/ios/releases/14-12.md)
- [26 1](/guides/ios/releases/26-1.md)
- [26 5](/guides/ios/releases/26-5.md)
- [26 7](/guides/ios/releases/26-7.md)
- [26 3](/guides/ios/releases/26-3.md)
- [26 8](/guides/ios/releases/26-8.md)
- [26 6](/guides/ios/releases/26-6.md)
- [26 9](/guides/ios/releases/26-9.md)
- [26](/guides/ios/releases/26.md)

