> 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-10-4.md).

# Version 6.10.4 Changelog (May 29th, 2019)

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

* Version: 6.10.4
* Release Date: May 29th, 2019
* Built with Xcode 10.2.1 (10E1001)

## New

* The [`PTDocumentViewController`](https://sdk.apryse.com/api/ios/Classes/PTDocumentViewController.html) class now supports keyboard shortcuts for document navigation and interaction (scroll, zoom, delete annotation, etc.) and many other actions. Please see our [keyboard shortcuts guide](/ios/viewer/keyboard-shortcuts.md) for a list of all shortcuts.
* The Apple Pencil is now supported by the Tools framework. With the [`pencilTool`](https://sdk.apryse.com/api/ios/Classes/PTToolManager.html#/c:objc\(cs\)PTToolManager\(py\)pencilTool) property on the [`PTToolManager`](https://sdk.apryse.com/api/ios/Classes/PTToolManager.html) class, any tool can be used with an Apple Pencil. By default, an Apple Pencil will draw ink annotations using the [`PTFreehandCreate`](https://sdk.apryse.com/api/ios/Classes/PTFreeHandCreate.html) tool.
* Rotation control for image stamp annotations. While rotating, the annotation snaps to 45 degree rotations when close. A rotation handle can be used to rotate the annotation as well as using two fingers.

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

* The signature dialog's appearance has been updated in this release. It is now possible to change the signature ink's color with several presets.

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

* Initial support for realtime collaboration, demonstrated in the new "Collaboration" sample included in the SDK `.DMG` download. We will be expanding our capabilities in coming releases and welcome feedback.

## Bug fixes

* A number of 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-10-4.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.
