Top "Nsfetchrequest" questions

On macOS 10.

Sort NSFetchRequest by date and then by alphabetical order

I want to order a NSFetchRequest first by date and then, if it matches the same day order by name. …

iphone sorting date uidatepicker nsfetchrequest
Swift: Search for string in core data model

I'm confronted with the following problem in Swift. I wrote the following function to retrieve all persons in my model …

ios swift core-data nsfetchrequest
How to make an NSFetchRequest which asks for objects that have a specific firstname?

For example, I have a Managed Object Model with an Entity called "Friends", and a friend has a firstName. I …

iphone core-data nspredicate nsfetchrequest
SwiftUI View and @FetchRequest predicate with variable that can change

I have a view showing messages in a team that are filtered using @Fetchrequest with a fixed predicate 'Developers'. struct …

swift core-data nspredicate swiftui nsfetchrequest
How to fetch specific records in Core data

I am a new bid in iOS development. I am using NSManagedObject of Core Data to perform Insert and Fetch …

ios core-data nsmanagedobject nsfetchrequest