macOS/iOS API解説

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

目次

1-05-27から1日間の記事一覧

presentError:modalForWindow:delegate:didPresentSelector:contextInfo:

** -(void)presentError:(NSError *)error: modalForWindow:(NSWindow *)window: delegate:(id)delegate: didPresentSelector:(SEL)didPresentSelector: contextInfo:(void *)contextInfo: 解説 調査中... モーダルパネルとしてエラーアラートを提供します。…