A fancy pager view controller framework for Swift/Objective-C
Simply add the APFancyPager to your Podfile:
pod 'APFancyPager'
You can use Carthage as well. Paste below line to your Cartfile:
github "AppsComTr/APFancyPager"
Also, you can copy-paste the Swift files directly into your project.
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.
APFancyPager is released under the MIT license. See LICENSE for details.