UIDocumentViewController
UIDocumentViewController
Delegate
Definition
Delegate signature used to pass a UIDocumentInteractionController in callbacks from UIDocumentInteractionController.
public delegate UIKit.UIViewController UIDocumentViewController(UIDocumentInteractionController controller);
type UIDocumentViewController = delegate of UIDocumentInteractionController -> UIViewController
Parameters
A delegate for events raised by UIDocumentInteractionController.
Return Value
- UIKit.UIViewController
The return value from this delegate method should be a UIViewController.
- Inheritance
Applies to
See also
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...