macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

UIDocumentInteractionControllerDelegateプロトコル

INDEX>UIKit>

apple

準拠 NSObject
フレームワーク /System/Library/Frameworks/UIKit.framework
使用可能 iOS 3.2以降
定義 UIDocumentInteractionController.h

概要

メソッドとプロパティ

Configuring the Parent View Controller

– documentInteractionControllerViewControllerForPreview:
– documentInteractionControllerViewForPreview:
– documentInteractionControllerRectForPreview:

Presenting the User Interface

– documentInteractionControllerWillBeginPreview:
– documentInteractionControllerDidEndPreview:
– documentInteractionControllerWillPresentOptionsMenu:
– documentInteractionControllerDidDismissOptionsMenu:
– documentInteractionControllerWillPresentOpenInMenu:
– documentInteractionControllerDidDismissOpenInMenu:

Opening Files

– documentInteractionController:willBeginSendingToApplication:
– documentInteractionController:didEndSendingToApplication:

Managing Actions

– documentInteractionController:canPerformAction: Deprecated in iOS 6.0
– documentInteractionController:performAction: Deprecated in iOS 6.0

クラス

参照

編集時のバージョン

OS X 10.8
iOS 6.1