> 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-1-72288.md).

# Version 7.0.1.72288 Changelog (August 26th, 2019)

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

* Version: 7.0.1.72288
* Release Date: August 26th, 2019
* Built with Xcode 10.3 (10G8)

## New

* A UI for undo/redo with the [`PTMoreItemsViewController`](https://sdk.apryse.com/api/ios/Classes/PTMoreItemsViewController.html). This control will be extended with more actions and functionality in future releases.
* Selected pages can now be rotated in the [`PTThumbnailsViewController`](/ios/page-manipulation/thumbnails-view-i.md) and new blank pages can also be added.

![](https://4149080208-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgY6xtY9ZQd9XMpvWlGM0%2Fuploads%2Fgit-blob-c2a7644b39b53266fd9fae5a6b00a7640f361888%2Fd82ae7ae34012b67c93e9e13b2150b5b7e0a7688-600x1300.gif?alt=media)

* Multiple annotations can be selected at once with the new [`PTAnnotSelectTool`](https://sdk.apryse.com/api/ios/Classes/PTAnnotSelectTool.html).

![](https://4149080208-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgY6xtY9ZQd9XMpvWlGM0%2Fuploads%2Fgit-blob-7bbe3ee6669cf3d9d8333b5099ba822f161ccb66%2Fc9a96e38ca34bd0cdd5a1d151429440f55415ce2-600x1300.gif?alt=media)

### Beta

A beta version of the Apryse iOS SDK is also available for download with support for iOS 13-only APIs. The beta version can be downloaded [here](https://pdftron.s3.amazonaws.com/downloads/ios/dmg/beta/PDFNet_iOS-7.0.1.72288.dmg).

* Support for Apple's new PencilKit framework with the new [`PTPencilDrawingCreate`](https://sdk.apryse.com/api/ios/Classes/PTPencilDrawingCreate.html) tool.

![](https://4149080208-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgY6xtY9ZQd9XMpvWlGM0%2Fuploads%2Fgit-blob-dbdf4086699cec1b5243a82cfd4fea027f132fa4%2F84f278de3df190ab72914b9954646062fbde5886-960x720.gif?alt=media)

## Bug fixes

* Various fixes for split-screen mode on iPad
* URLs with non-UTF-8 percent encoded characters now open in the `PTDocumentViewController`
* Share dialogs from other apps (Apple Notes, Mail, etc.) do not use any custom `UINavigationBar` appearance from the `PTDocumentViewController`
* The frames of internal `PTPDFViewCtrl` subviews are updated after rotating while zoomed in on a page in single-page mode


---

# 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-1-72288.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.
