> For the complete documentation index, see [llms.txt](https://docs.apryse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apryse.com/ios/changelogs/version-7/v7-0-3-72960.md).

# Version 7.0.3.72960 Changelog (October 31st, 2019)

World's #1 PDF SDK Library for Web, Mobile, Server, Desktop

* Version: 7.0.3.72960
* Release Date: October 31st, 2019
* Built with Xcode 11.1 (11A1027)

## New

* Bookmark/Outline/Annotation lists are shown side-by-side with the document on iPads. This is the new default behavior, which can be controlled with the `PTDocumentViewController` class's [alwaysShowNavigationListsAsModal](https://sdk.apryse.com/api/ios/Classes/PTDocumentViewController.html#/c:objc\(cs\)PTDocumentViewController\(py\)alwaysShowNavigationListsAsModal) property.

![](https://4149080208-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgY6xtY9ZQd9XMpvWlGM0%2Fuploads%2Fgit-blob-a4be8398998f5d8c78c56fd6b62ba6fd8d1294a2%2F028207c4aadb9e226a15b1f2913057bc789bb75d-2224x1668.png?alt=media)

* Thumbnail view can now filter to show only annotated or bookmarked pages.

![](https://4149080208-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgY6xtY9ZQd9XMpvWlGM0%2Fuploads%2Fgit-blob-34a89f0f1fe6a7ab58ac6d52d38243c1fc044361%2F1b56f71466c60a4db5efd9fc95c6a5cbfee3dedf-2224x1668.png?alt=media)

* Annotations are now selected instantly when tapped (without waiting to see if a double tap will occur).
* Full support for iOS 13 text selection gestures.
* PencilKit markup annotations are now saved back with higher quality.
* Annotations are can now be precisely repositioned with ease.
* Ability to resize an annotation while maintaining its aspect ratio.
* A optional [settings manager](https://sdk.apryse.com/api/ios/Classes/PTToolsSettingsManager.html) class can now be used to save and toggle common user preferences. A [settings manager UI](https://sdk.apryse.com/api/ios/Classes/PTToolsSettingsViewController.html) is also available. This is accessible in the Complete Reader sample project via the gear at the top left corner of the document browser.
* The annotation list will select (rather than flash) an annotation when one is selected from the list.
* Assorted UX improvements and bug fixes.

## Other

* This release also includes bitcode for the (dynamic) PDFNet and Tools frameworks in the SDK DMG download and CocoaPods.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.apryse.com/ios/changelogs/version-7/v7-0-3-72960.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
