iOS Notifications - J.D. Gauchat

iOS Notifications

By J.D. Gauchat

  • Release Date: 2018-01-01
  • Genre: Programming

Description

Learn how to generate local notifications from your iOS applications. After reading this guide, you will know how to schedule and display local notifications to the user, how to respond to system notifications, and how to communicate objects with each other using custom notifications and Key/Value observers.

Table of Contents

NOTIFICATIONS
Notification Center
System Notifications
User Notifications
User Notifications Framework
Key/Value Observing
KVC
KVO

QUICK REFERENCE
NotificationCenter
Notification
System Notifications
NSValue
UIDevice
UNUserNotificationCenter
UNMutableNotificationContent
UNTimeIntervalNotificationTrigger
UNCalendarNotificationTrigger
UNLocationNotificationTrigger
UNNotificationRequest
UNNotificationSound
UNUserNotificationCenterDelegate
UNNotificationAction
UNTextInputNotificationAction
UNNotificationCategory
UNNotificationResponse
NSKeyValueCoding
NSKeyValueObserving

This guide assumes that you have a basic knowledge of app development, Xcode, and the Swift language. If you don't know how to program in Swift or how to create an application with Xcode, download our guides Introduction to Swift and Interface Builder. For a complete course on app development for iOS, read our book iOS Apps for Masterminds.

This guide is a collection of excerpts from the book iOS Apps for Masterminds. The information included in this guide will help you understand a particular aspect of app development in iOS, but it will not teach you everything you need to know to develop an app for Apple devices. If you need a complete course on app development for iOS, read our book iOS Apps for Masterminds. For more information, visit our website at www.formasterminds.com.

Comments