> 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-6/v6-9-2-68671.md).

# Version 6.9.2.68671 Changelog December 3rd, 2018

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

* Version: 6.9.2.68671
* Release Date: December 3rd, 2018
* Built with Xcode 10.1 (10B61)

## New

### UX

Apryse's UI components have been updated with a fresh new look:

| `PTDocumentViewController`                                                                                                                                                                                                                      | `ThumbnailsViewController`                                                                                                                                                                                                                      | `PTNavigationListsViewController`                                                                                                                                                                                                               |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ![](https://4149080208-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgY6xtY9ZQd9XMpvWlGM0%2Fuploads%2Fgit-blob-5ceb31d03502151653d55ff65e88c907c8e786ad%2F70cd80b433254040d736a3323782198cef1eeb26-370x800.png?alt=media) | ![](https://4149080208-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgY6xtY9ZQd9XMpvWlGM0%2Fuploads%2Fgit-blob-50104a37848f158a2c29932fdc9b305d6b71293f%2F26acd906271a4600cfdff786f427823417274a65-370x800.png?alt=media) | ![](https://4149080208-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgY6xtY9ZQd9XMpvWlGM0%2Fuploads%2Fgit-blob-6646d0a1ccb22f72864a039dd28939119bda937d%2F306a734f431867d8e7655bfb87ee06feaed32ffa-370x800.png?alt=media) |

### Bookmark saving

Apryse will now save user bookmarks directly into the PDF, so that PDFs shared between different versions of Apryse, on different devices and platforms, will have their bookmarks preserved.

### Page changed notification

Page changes are now emitted as an `NSNotification` (in addition to the delegate method).

## Bug fixes

* Miscellaneous 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-6/v6-9-2-68671.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.
