UIDocumentBrowserViewController.GetTransitionController(NSUrl) Method

Definition

Creates and returns a transition controller for the document at the specified URL.

public virtual UIKit.UIDocumentBrowserTransitionController GetTransitionController (Foundation.NSUrl documentUrl);
abstract member GetTransitionController : Foundation.NSUrl -> UIKit.UIDocumentBrowserTransitionController
override this.GetTransitionController : Foundation.NSUrl -> UIKit.UIDocumentBrowserTransitionController

Parameters

documentUrl
NSUrl

The document URL for which to get a transition controller.

Returns

Developers should only specify values for documentURL that were obtained from the document browser.

Applies to