Did you find this guide helpful?
Some test text!
Xamarin / Guides
Platform
Documentation
Follow the existing guides, using a PTDocumentController
instead of a PTDocumentViewController
.
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: Support