{"id":433,"date":"2016-10-31T07:28:22","date_gmt":"2016-10-30T22:28:22","guid":{"rendered":"http:\/\/blue-bear.jp\/kb\/?p=433"},"modified":"2016-10-31T07:28:22","modified_gmt":"2016-10-30T22:28:22","slug":"swift-uilocalnotification%e3%81%ae%e5%ae%9f%e8%a3%85","status":"publish","type":"post","link":"https:\/\/blue-bear.jp\/kb\/swift-uilocalnotification%e3%81%ae%e5%ae%9f%e8%a3%85\/","title":{"rendered":"[swift] UILocalNotification\u306e\u5b9f\u88c5"},"content":{"rendered":"<h2>UILocalNotification\u306e\u5b9f\u88c5<\/h2>\n<p>UILocalNotification\u3068\u306f\u81ea\u5206\u304c\u81ea\u5206\u5b9b\u3066\u306b\u9001\u4fe1\u3067\u304d\u308bNotification\u6a5f\u80fd\u3002<br \/>\n\u3053\u3061\u3089\u306e\u5834\u5408\u3067\u3082Notification\u8a31\u53ef\u306f\u5fc5\u8981<\/p>\n<p>\u30b5\u30f3\u30d7\u30eb\u30b3\u30fc\u30c9<\/p>\n<pre>\r\nfunc showNotification(){\r\n        \r\n        \/\/ Notification\u306e\u751f\u6210\u3059\u308b.\r\n        let myNotification: UILocalNotification = UILocalNotification()\r\n        \r\n        \/\/ \u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u4ee3\u5165\u3059\u308b.\r\n        myNotification.alertBody = \"This is Local Notification\"\r\n        \r\n        \/\/ \u518d\u751f\u30b5\u30a6\u30f3\u30c9\u3092\u8a2d\u5b9a\u3059\u308b.\r\n        myNotification.soundName = UILocalNotificationDefaultSoundName\r\n        \r\n        \/\/ Timezone\u3092\u8a2d\u5b9a\u3059\u308b.\r\n        myNotification.timeZone = NSTimeZone.defaultTimeZone()\r\n        \r\n        \/\/ 10\u79d2\u5f8c\u306b\u8a2d\u5b9a\u3059\u308b.\r\n        myNotification.fireDate = NSDate(timeIntervalSinceNow: 10)\r\n        \r\n        \/\/ Notification\u3092\u8868\u793a\u3059\u308b.\r\n        UIApplication.sharedApplication().scheduleLocalNotification(myNotification)\r\n    }\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>UILocalNotification\u306e<\/p>\n","protected":false},"author":1,"featured_media":88,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[13],"tags":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/posts\/433"}],"collection":[{"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/comments?post=433"}],"version-history":[{"count":1,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/posts\/433\/revisions"}],"predecessor-version":[{"id":434,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/posts\/433\/revisions\/434"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/media\/88"}],"wp:attachment":[{"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/media?parent=433"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/categories?post=433"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/tags?post=433"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}