Skip to content

Instantly share code, notes, and snippets.

View honkmaster's full-sized avatar

Tobias Totzek honkmaster

View GitHub Profile
import SwiftUI
enum ParallaxDirection {
case vertical
case horizontal
case both
}
private struct ParallaxMotionViewControllerRepresentable<Content: View>: UIViewControllerRepresentable {
var content: Content