1

I'm looking for a way to only get the first instance of my fetch request in Swift UI @FetchRequest(entity: Solve.entity(), sortDescriptors: [NSSortDescriptor(keyPath: \Solve.date, ascending: false)]) var solves: FetchedResults<Solve> So then I could get the only a singular entity out. Thanks!

J Foss
  • 35
  • 5

0 Answers0