Collection of my SwiftUI experiments and findings.
Show a way to handle keyboard event with an environment object. Check Responding to Keyboard in SwiftUI for more details.
Demonstrate simple animation that was hard in UIKit, but quite simple in SwiftUI.
This is a simplified implementation of this dribbble shot.
Demonstrate complex animation can be done in SwiftUI.
Set equalizer parameters through a @Binding, control equalizer on the fly in SwiftUI.
Demonstrate a method to handle PHAuthorizationStatus
If app is authorized, display photos.
If app has never prompted permission request, prompt it.
Otherwise, show Settings link