A SwiftUI iOS system components and interactions demo app based on iOS 14
Use the SwiftUI Kit app to see how SwiftUI views appear and interact when using the system defaults. You can view the source to see how particular examples work.
Includes Buttons, Colors, Controls, Fonts, Haptics, Images, Indicators, Shapes, and Text.
Make sure you're using Xcode 12+ as well as a device running iOS 14+. Works on iPhone and iPad.
To change the accent color and see how it affects the system components, go to the AccentColor section of Assets.xcassets in Xcode. You can then change the Light and Dark accent colors that will be applied to the app.
Please feel free to submit pull requests in order to contribute back to SwiftUI Kit. This is for the SwiftUI community!
Recreate - A video series about recreating popular UI with SwiftUI
Primitive - Learn SwiftUI for designers
By Jordan Singer (@jsngr)
Credit SwiftUI Apple Developer Documentation for many examples and terminology