VFParallaxController
VFParallaxController copied to clipboard
Parallax effect between UITableView and MKMapView
VFParallaxController
Create a parallax effect between UITableView and MKMapView. This is a Swift version of SLParallaxController.
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Requires iOS 8.0+. Works for iPhone and iPad.
Installation
CocoaPods
VFParallaxController is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "VFParallaxController"
Manual
Copy the folder VFParallaxController
to your project.
Usage
VFParallaxController
is a subclass of UIViewController
.
Author
Veri Ferdiansyah, [email protected]
License
VFParallaxController is available under the MIT license. See the LICENSE file for more info.