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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ AFPopupView

A simple to use and functional popup view for iOS, as seen in Wunderlist iOS app.

##Preview
## Preview

![alt text](https://raw.github.com/AlvaroFranco/AFPopupView/master/preview.gif "Example")

##Cocoapods
## Cocoapods

AFPopupView is on [CocoaPods](http://cocoapods.org), so you can get the pod by adding this line to your Podfile

Expand All @@ -18,7 +18,7 @@ If not, just import these files to your project:
AFPopupView.h
AFPopupView.m

##Usage
## Usage

First of all, make sure that you've added to your project the ```QuartzCore``` framework.

Expand All @@ -39,6 +39,6 @@ To hide it, call ```-hide```

[_popup hide];

##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)