Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.63 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.63 KB

Logo

Simple example on how to work with local notifications in iOS.

Table of Contents

Introduction

This code shows how to create easily Local Notification for iOS using Swift 2.

The sample was originally used in this workshop.

What Is Used

Description

Logo

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.

More Help

If you're still confused with all the process of Local Notifications to iOS, you can find a pretty good tutorial here.