UIKit.UIDocumentInteractionController: Method Members

The methods of UIKit.UIDocumentInteractionController are listed below. For a list of all members, see the UIDocumentInteractionController Members list.

See Also: Inherited members from Foundation.NSObject

Public Methods

DismissMenu(bool)
Dismisses the active menu.
DismissPreview(bool)
Dismisses the active document preview.
static
FromUrl(Foundation.NSUrl) : UIDocumentInteractionController
Creates a new UIDocumentInteractonController initialized with the specified URL.
PresentOpenInMenu(UIBarButtonItem, bool) : bool
Presents a menu for opening a document and anchors that menu to the specified UIBarButtonItem.
PresentOpenInMenu(UIView, bool, CoreGraphics.CGRect) : bool
Shows the "Open in..." menu.
PresentOptionsMenu(UIBarButtonItem, bool) : bool
Presents an options menu and anchors it to the specified UIBarButtonItem.
PresentOptionsMenu(UIView, bool, CoreGraphics.CGRect) : bool
Presents the options menu, optionally animating the presentation.
PresentPreview(bool) : bool
Displays a full-screen preview of the target document.

Protected Methods

override
Dispose(bool)
Releases the resources used by the UIDocumentInteractionController object.