- August 28, 2025
- Mins Read
Apple TV Parallax effect in Swift. Rotate view using touch or accelerometer.
To run the example project, clone the repo, and run pod install from the Example directory first.
Want to quickly look at demo? Type pod try MPParallaxView!
You can easily customize Parallax View in Storyboard! Jump into Example project to look at properties.
How about accelerometer parallax instead of touch? Set Accelerometer Enabled to On in Storyboard.
There are 3 different ways to set up parallax:
Xcode 8, iOS 9
MPParallaxView is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod “MPParallaxView”
This package provides you with an easy way to show tooltips over any SwiftUI view, since Apple does not provide ...
SimpleToast is a simple, lightweight, flexible and easy to use library to show toasts / popup notifications inside iOS or ...
Create Toast Views with Minimal Effort in SwiftUI Using SSToastMessage. SSToastMessage enables you to effortlessly add toast notifications, alerts, and ...