python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
iOS 15.2 is taking long to calculate predicates
I have an array with around 200K elements and I am using this predicate to filter some elements.
NSArray * filteredArray = [mainArray filteredArrayUsingPredicate:
[NSPredicate predicateWithFormat: ...
Mohammed Abdul Basith
Votes: 0
Answers: 0
Swift Core Data Predicate
I want to filter Core Data using "NSPredicate" using relationship property value (each sublist has one origin list and each list has many sublists)
The sublist entity
@NSManaged public var a...

Ammar Ahmad
Votes: 0
Answers: 1