SwiftUI icon indicating copy to clipboard operation
SwiftUI copied to clipboard

Examples projects using SwiftUI released by WWDC2019. Include Layout, UI, Animations, Gestures, Draw and Data.

Results 3 SwiftUI issues
Sort by recently updated
recently updated
newest added

Hi, you might want to add Petulia. This is the repo: https://github.com/bigimot22/Petulia-Open

i created a pull request to fix this problem

I've looked into GitHub user search project and found out that views contain unnecessary property wrappers (@State). According to WWDC sessions those shouldn't appear in such context. I removed them...