I have app where i use CoreData to fill my tableViewCell's. In that CoreData i have one entity with 4 strings attributes and one Date attribute. Is possible to arrange my table cells by this Date attribute?
I have trying search some manual here and on youtube, but unsuccessful.