Right now I have a tableview that loads data from coredata and I would like to know how it is possible to order these cells by their order of creation. I'd like for the user to be able to see the most recent cells created at the top of the tableview.
Thanks.