Created
August 5, 2019 11:47
-
-
Save PaulWoodIII/b3a3ba31fd90c2054c792beacefd2280 to your computer and use it in GitHub Desktop.
Some new APIs are available to us in SwiftUI dealing with Core Data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @Environment(\.managedObjectContext) var managedObjectContext | |
| @FetchRequest(fetchRequest: YearOfBirth.allFetchRequest()) var years: FetchedResults<YearOfBirth> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment