Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Dropdown notification view for iOS

![alt text](https://raw.githubusercontent.com/AlvaroFranco/AFDropdownNotification/master/img/preview.gif?token=ABV8uk1ShHPyKmhdNNJsvN3jYyuhgxJGks5UmHMwwA%3D%3D "Preview")

##Installation
## Installation

If you're using CocoaPods, just add this line to your Podfile:

Expand All @@ -16,7 +16,7 @@ If you're not, import these files to your project:
AFDropdownNotification.h
AFDropdownNotification.m

##Usage
## Usage

First of all, init your AFDropdownNotification class and set your main class as ```AFDropdownNotificationDelegate```:

Expand Down Expand Up @@ -86,13 +86,13 @@ Also, you can use blocks:
```


##TODO
## TODO

- [ ] Light theme
- [ ] Autolayout support for rotation

##License
## License
AFDropdownNotification is under MIT license so feel free to use it!

##Author
## Author
Made by Alvaro Franco. If you have any question, feel free to drop me a line at [alvarofrancoayala@gmail.com](mailto:alvarofrancoayala@gmail.com)