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