SwiftUI-Notes
SwiftUI-Notes copied to clipboard
A sample Notes app built using SwiftUI and a CloudKit-backed CoreData store.
objc[38928]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libauthinstall.dylib (0x1f8afbad8) and /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x107bb42c8). One of the two will be used. Which one is undefined. objc[38928]: Class AMSupportURLSession is implemented in both...
https://github.com/calda/SwiftUI-Notes/blob/516d41a95df31962cf20840ba2e3af66fb36ab96/SwiftUI%20Notes/NoteList.swift#L17 @ObjectBinding is designed for objects that are set by a parent View. The View struct only exists when there is a state change and then it is gone so...
Hi there 👋 I was poking around this repo to get a better understanding of CloudKit. This is an awesome app! Thanks so much for putting this together. But, I...