All,
I have a core data entity, CreditCard, and each entity has four values.
So, what I need to do is search through ALL of my CreditCard entities and find the one with a property pocketNum that is equal to whatever value the user puts in, and then return it so I can pull necessary values from it.
How would I do this?
Thanks,
James
Try
NSFetchRequestwithNSPredicate: