Some test text!

Search
Hamburger Icon

Xamarin / Guides

Integrate the new Viewer UI

Integrate the new Viewer UI in Xamarin.iOS

If you are migrating from an existing implementation, please see the migration guide.

Single document viewer

Follow the existing guides, using a PTDocumentController instead of a PTDocumentViewController.

Tabbed document viewer

Create a PTTabbedDocumentViewController as described in the guides, and then set its viewControllerClass property to the PTDocumentController class:

tabbedDocumentViewController.ViewControllerClass = new ObjCRuntime.Class(typeof(PTDocumentController));

Get the answers you need: Chat with us