iPhone CoreData – How to fetch managed objects, and sorting them ignoring case?

Thank you for your reply, but I need to sort the result of a simple “query” ignoring case. Your suggestion applies for searching and comparing. SQL speaking, I need an ORDER BY firstName ASC, and this command must be case insensitive for my usage. I have done some Googling and I ended reading the NSSortDescriptor … Read more