Skip to content

Instantly share code, notes, and snippets.

@PaulWoodIII
Created August 5, 2019 11:47
Show Gist options
  • Select an option

  • Save PaulWoodIII/b3a3ba31fd90c2054c792beacefd2280 to your computer and use it in GitHub Desktop.

Select an option

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
@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