-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1e1192f
commit 6dff3d5
Showing
1 changed file
with
26 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,29 @@ | ||
# IZPageController | ||
A simple alternative to UIPageController. | ||
|
||
For an example, download and run the provided project. | ||
[![CI Status](http://img.shields.io/travis/Taylor/IZPageController.svg?style=flat)](https://travis-ci.org/Taylor/IZPageController) | ||
[![Version](https://img.shields.io/cocoapods/v/IZPageController.svg?style=flat)](http://cocoapods.org/pods/IZPageController) | ||
[![License](https://img.shields.io/cocoapods/l/IZPageController.svg?style=flat)](http://cocoapods.org/pods/IZPageController) | ||
[![Platform](https://img.shields.io/cocoapods/p/IZPageController.svg?style=flat)](http://cocoapods.org/pods/IZPageController) | ||
|
||
TODO: | ||
- Add usage instructions to this README | ||
- Add support for Cocoapods and Carthage | ||
- Add comments, polish to code | ||
## Example | ||
|
||
To run the example project, clone the repo, and run `pod install` from the Example directory first. | ||
|
||
## Requirements | ||
|
||
## Installation | ||
|
||
IZPageController is available through [CocoaPods](http://cocoapods.org). To install | ||
it, simply add the following line to your Podfile: | ||
|
||
```ruby | ||
pod "IZPageController" | ||
``` | ||
|
||
## Author | ||
|
||
Taylor, tallred@izeni.com | ||
|
||
## License | ||
|
||
IZPageController is available under the MIT license. See the LICENSE file for more info. |