Does anyone know how to fetch some results sorting them alphabetically but ignoring case?
Check out the NSPredicate programming guide, but basically use [c] to ignore case:
@"firstName BEGINSWITH[c] $FIRST_NAME"