macOS/iOS API解説

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

目次

reviewUnsavedDocumentsWithAlertTitle:cancellable:delegate:didReviewAllSelector:contextInfo:

調査中
-(void)reviewUnsavedDocumentsWithAlertTitle:(NSString *)title:
             cancellable:(BOOL)cancellable:
             delegate:(id)delegate:
             didReviewAllSelector:(SEL)didReviewAllSelector:
             contextInfo:(void *)contextInfo:

解説

調査中
保存していない文書がある場合にどのようにするかをアラートパネルを表示して

返り値

( void )

なし

引数

( NSString * )title

タイトル

( BOOL )cancellable

キャンセルできるか

( id )delegate

デリゲート

( SEL )didReviewAllSelector

アクションセレクタ

( void * )contextInfo

追加情報

フレームワーク

ApplicationKit

クラス

NSDocumentController

Instance Methods

使用可能

10.0

参照

例文