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