Latest | 0.1.0 |
---|---|
Homepage | https://github.com/malcommac/DMPagerViewController |
License | MIT |
Platforms | ios 7.0, requires ARC |
Frameworks | UIKit |
Authors |
[](https://travis-ci.org/Daniele Margutti/DMPagerViewController)
DMPagerViewController is a UIViewController subclass which mimics the navigation system used in Twitter and Tinder clients for iOS. It also add some special effects like icon tint color fade on scroll and page parallax effect during scroll.
It also offer several configuration options you can easily see in .h file.
Because an image worth more than thousand of words this is a short gif which show you the class.

Latest podspec
{ "name": "DMPagerViewController", "version": "0.1.0", "summary": "DMPagerViewController is page navigation controller like the one used in Twitter or Tinder", "description": " DMPagerViewController page navigation controller which aims to mimics the one used in Twitter or Tinder with navigation bar on top and a parallax effect on scrolling. n", "homepage": "https://github.com/malcommac/DMPagerViewController", "license": "MIT", "authors": { "Daniele Margutti": "[email protected]" }, "source": { "git": "https://github.com/malcommac/DMPagerViewController.git", "tag": "0.1.0" }, "social_media_url": "https://twitter.com/danielemargutti", "platforms": { "ios": "7.0" }, "requires_arc": true, "source_files": "Pod/Classes", "resource_bundles": { "DMPagerViewController": [ "Pod/Assets/*.png" ] }, "frameworks": "UIKit" }
Sat, 27 Feb 2016 09:48:03 +0000