Quote:
Originally Posted by gaoning87
Try this if can be helpful:
int storyIndex = indexPath.row;
cell.textLabel.text = :[[stories objectAtIndex: storyIndex] objectForKey: @"Date"];
|
Hey that didn't work. Got the same error in console that I keep getting....
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[TableCellView dateText]: unrecognized selector sent to instance 0x575490'
Relatively new to iPhone/Touch programming and don't totally understand the error!