Skip to content

Commit

Permalink
added table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
d7laungani authored Dec 20, 2016
1 parent edc08a1 commit 2fd4184
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ This library makes it easy to setup a local notification and also includes easy

It also includes all the new features, including inserting attachments and changing the launch image of a notification.

1. [Features](#features)
2. [Requirements](#requirements)
3. [Installation](#installation)
- [CocoaPods](#cocoapods)
- [Manually](#manually)
4. [Usage](#usage)
- [Single Fire Notification](#single-fire-notification)
- [Repeating Notification starting at a Date](#repeating-notification-starting-at-a-date)
- [Notification that repeats from one Date to another with a time interval period](#notification-that-repeats-from-one-date-to-another-with-a-time-interval-period)
- [Modifying elements of the notification](#modifying-elements-of-the-notification)
- [Location Based Notification](#location-based-notification)
5. [Contribute](#contribute)

## Features

Expand Down Expand Up @@ -47,7 +59,7 @@ Note: your iOS deployment target must be 10.0+
#### Manually
1. Download and drop ```DLLocalNotifications.swift``` in your project.
2. Congratulations!

Notification that repeats from one Date to another with a time interval period
## Usage

### Single fire notification
Expand Down

0 comments on commit 2fd4184

Please sign in to comment.