Simple example on how to work with local notifications in iOS.
This code shows how to create easily Local Notification for iOS using Swift 2.
The sample was originally used in this workshop.
- UILocalNotification
- UITableView
- UITextField
- UIDatePicker
- Core Data
- Other simple classes
In this example there is a station master and arrival/departure times from the subway. Notifications are created telling the user the right time to take the subway. Stations are populated in the Core Data with removal options.
If you're still confused with all the process of Local Notifications to iOS, you can find a pretty good tutorial here.