It seems that AppDelegate and SceneDelegate are no longer needed in Swift UI in Xcode 12. I'm having trouble figuring out how to build an iCloud/Core Data enabled application with Swift UI. Is there a video/tutorial/guide on implementing Core Data or Cloudkit with the new Swift UI frameworks yet?
Post
Replies
Boosts
Views
Activity
I'm trying to figure out the code to add a menu to a button like what is found at the 14:10 mark within the "Design for iPad" video - https://developer.apple.com/wwdc20/10206. They don't review it but I want to be able to launch a view based on a menu like that above. Any suggestions?