macOS/iOS API解説

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

目次

18-02-28から1日間の記事一覧

replyToOpenOrPrint:

openFiles,printFilesの結果の処理をします -(void)replyToOpenOrPrint:(NSApplicationDelegateReply )reply: 解説 openFiles,printFilesの結果の処理をします。 application:openFiles: application:printFiles:デリゲートメソッドから呼び出します。 【NSA…

orderFrontCharacterPalette:

INDEX>AppKit>NSApplication 文字パレットを表示します Objective-C - (void)orderFrontCharacterPalette:(id)sender Swift func orderFrontCharacterPalette(_ sender: AnyObject?) 解説 文字パレットを表示します。 返り値 ( void ) なし 引数 ( id )sende…

alertShowHelp:

ヘルプボタンを押したときに呼び出されます -(BOOL)alertShowHelp:(NSAlert *)alert: 解説 ヘルプボタンを押したときに呼び出されます。 デリゲートでの実装。 返り値 ( BOOL ) YES/NO 引数 ( NSAlert * )alert フレームワーク ApplicationKit クラス NSAler…