Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.31 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.31 KB

APFancyPager

A fancy pager view controller framework for Swift/Objective-C

Platform CocoaPods Carthage compatible License

Installation

Cocoapods

Simply add the APFancyPager to your Podfile:

pod 'APFancyPager'

Carthage

You can use Carthage as well. Paste below line to your Cartfile: github "AppsComTr/APFancyPager"

Manual

Also, you can copy-paste the Swift files directly into your project.

Usage

You can check the demo project to get the basics of the framework.

Simply make your view controller extend APFancyPagerViewController and also implement the data source and optionally the delegate.

Preview

License

APFancyPager is released under the MIT license. See LICENSE for details.