タグ

ブックマーク / gist.github.com/yatatsu (1)

  • What's New in iOS Notifications

    notification.md What's New in iOS Notifications iOS8での通知関連の変更について, WWDC2014, また以後公開されているリファレンスによる情報をまとめた. https://developer.apple.com/videos/wwdc/2014/#713 UIUserNotificationAction Class Reference 概要 iOS8から変わる点はおおきくわけると以下の3つになる. UIUserNotificationの登場 登録/通知取得方法の変更 CoreLocationを使った通知 以下, サンプルコードを示しながら説明していく. User Notifications とは 端的にいうと新たに以下の3つのクラスが追加された. (これらのMutableなクラスも存在する) UIUserNotificationAct

    What's New in iOS Notifications
  • 1