I have one entity, called user, in core data. This entity have 3 attributes (username, token, date)
In the entity, the attribute "username" have check indexed.
I Know how get an array of elements using a Fetch, but I would like how get the object directly(I don't want an array with one object) searching by indexed attribute.
Thanks!!!