macOS/iOS API解説

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

目次

UILocalNotificationクラス

INDEX>UIKit>

apple

ローカル通知
継承 NSObject
準拠 NSCoding
NSCopying
NSObject (NSObject)
フレームワーク /System/Library/Frameworks/UIKit.framework
使用可能 iOS 4.0以降
定義 UILocalNotification.h

概要

メソッドとプロパティ

ローカル通知のスケジューリング

fireDate property
timeZone property
repeatInterval property
repeatCalendar property

アラートの組み立て

alertBody property
alertAction property
hasAction property
alertLaunchImage property

通知の他のパーツの設定

applicationIconBadgeNumber property
soundName property
userInfo property

クラス

UILocalNotification

参照