macOS/iOS API解説

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

目次

UIDocumentInteractionControllerクラス

INDEX>UIKit>

apple

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

概要

メソッドとプロパティ

ドキュメントインタラクションコントローラーの作成

+ interactionControllerWithURL

ドキュメントプレビューの表示と非表示

– presentPreviewAnimated:
– dismissPreviewAnimated:

ターゲットドキュメントの属性にアクセス

URL property
UTI property
name property
icons property
annotation property

コントローラー属性にアクセス

gestureRecognizers property
delegate property

クラス

UIDocumentInteractionController

参照