tags:

views:

14

answers:

0

Hi everybody

i use Core Data to store datas, and i have got 2 entities called "train" and "airplane". i fetched all of items into the two different NSMutableArray (one of the trains and one of the aircrafts). each class has NSDate attribute and i want to show all items from arrays in only one (single) UITableViewController sorted by date. furthermore i defined own tableCells class to handle informations.

my question is how can i show different classed objects in single UITableViewController sorted by date ?