macOS/iOS API解説

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

目次

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

unregisterForRemoteNotifications

INDEX>AppKit>NSApplication リモート通知を解除します Objective-C - (void)unregisterForRemoteNotifications Swift func unregisterForRemoteNotifications() 解説 リモート通知の登録を解除します。 返り値 なし 引数 なし フレームワーク ApplicationKi…

registerForRemoteNotificationTypes:

INDEX>AppKit>NSApplication リモート通知タイプをセットします 解説 リモート通知タイプをセットします。 Objective-C - (void)registerForRemoteNotificationTypes:(NSRemoteNotificationType)types Swift func registerForRemoteNotificationTypes(_ type…

isRunning

INDEX>AppKit>NSApplication メインイベントループが実行されているか 解説 メインイベントループが実行されているかを返します。Swift4.2 open var isRunning: Bool { get } Objective-C @property(getter=isRunning, readonly) BOOL running フレームワー…

enabledRemoteNotificationTypes

INDEX>AppKit>NSApplication 有効なリモート通知タイプを取得します 解説 有効なリモート通知タイプを取得します Objective-C @property(readonly) NSRemoteNotificationType enabledRemoteNotificationTypes Swift var enabledRemoteNotificationTypes: NSR…