> 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-8/v8-0-0-76251.md).

# Version 8.0.0.76251 Changelog (September 24th, 2020)

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

* Version: 8.0.0.76251
* Release Date: September 24th, 2020
* Built with Xcode 11.3.1 (11C505)

## New UI

We are pleased to introduce a new version of the PDF annotation UI.

![](https://4149080208-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgY6xtY9ZQd9XMpvWlGM0%2Fuploads%2Fgit-blob-e483ff1233f16d662b2f2db57e5458398403ca38%2F038b72c119fd30ee5f8c26b40443b27a5c1f7d43-1659x696.jpg?alt=media)

* The new UI includes an all-new annotation toolbar system. The new UI:The new UI is in beta, and you can [learn more about it in our guide](/ios/viewer/new-document-viewer-ui-ios.md). It can also be trialed with [Xodo from the App Store](https://apps.apple.com/ca/app/pdf-reader-annotator-by-xodo/id805075929/).
  * has better UX and a more attractive UI
  * is more easily customizable by APIs
  * accommodates more tools
  * is user-customizable
  * is nearly 100% backward compatible with the existing UI, making migration easy.

## Features

* A new PTRubberStampCreate tool and UI control for adding rubber stamp annotations.

![](https://4149080208-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgY6xtY9ZQd9XMpvWlGM0%2Fuploads%2Fgit-blob-07e958d5eb2a26c95f6618d536a03fbe0164bb64%2F2226acf075c3f74d359d7ffb1b23d792ca4b0071-376x812.gif?alt=media)

* Adds the ability to edit PDF text content, via the "Edit Text" menu option for selected text in the Complete Reader sample. This feature is in beta with many improvements coming.
* A new magnification loupe when creating or modifying measurement (ruler, perimeter, area) annotations.
* New pages can now be added from the camera in [`PTAddPagesViewController`](https://sdk.apryse.com/api/ios/Classes/PTAddPagesViewController.html).
* Adds live annotation appearance support for rectangle annotations with cloudy borders.
* XLS Office conversion is greatly improved as it is now converted using an Apryse-developed converter (rather than a WKWebView).
* Adds ability to collaborate on [PTSignatureWidget](https://sdk.apryse.com/api/ios/Classes/PTSignatureWidget.html) in the collaboration viewer.

This release of Apryse for iOS brings the core PDF functionality inline with version 8.0.0 of the Apryse cross-platform APIs. More information can be found on [What's new for cross-platform APIs](/core/changelogs/version-8/8-0-0.md).

## Bug Fixes

* Fixes an issue with free text annotations on rotated pages.
* Fixes an issue where the viewer is dismissed when a video annotation stops playing.
* Other minor bug fixes.


---

# 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-8/v8-0-0-76251.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.
