New to SwiftUi 2.0

I can't still understand the concept of color picker, map kit and AV kit and is there a change to date picker
I'd recommend watching a few of the Swift UI sessions from WWDC '20 to wrap your head around Swift UI. There's a few great sessions:

  1. Introduction to Swift UI: https://developer.apple.com/wwdc20/10119 

  2. What's new in Swift UI: https://developer.apple.com/wwdc20/10041 (This one they go over those new items you talked about and how to implement them)

  3. App Essentials in Swift UI: https://developer.apple.com/wwdc20/10037

If you're new to working with the UI controls provided with Swift, you should be able to get a good primer here: https://developer.apple.com/tutorials/swiftui/working-with-ui-controls and along with that video #2 above, you should have all you need to get started with color pickers and date pickers.

For more information on the MapKit and AVKit changes for Swift UI, you can check out this:

MapKit Documentation for Swift UI: https://developer.apple.com/documentation/mapkit/map
AVKit Player Documentation in Swift UI: https://developer.apple.com/documentation/avkit/videoplayer

And finally, if you're completely new to Swift UI, be sure to check out this great step-by-step follow along tutorial on how to build views with Swift UI: https://developer.apple.com/tutorials/swiftui/#swiftui-essentials
New to SwiftUi 2.0
 
 
Q