ParallaxSwiftUI
ParallaxSwiftUI copied to clipboard
Add a motion parallax effect to your SwiftUI views to add some depth to your UI
Hi there, I have a ZStack containing some images with varying amounts of parallax inside a vertical ScrollView. On launch it all appears fine, however if I scroll up and...
A couple of generics that mean we don't need to use AnyView, which could improve performance since view type information is no longer erased. By the way, I was poking...
Could you please add a license file, such as MIT or similar, so others know how we may or may not use this code in projects?