Hi,
failed to compile cell.textLabel.lineBreakMode = UILineBreakModeWordWrap on iPhone, it does not recognize textLabel property. Could you let me know how to fix it?
Hi,
failed to compile cell.textLabel.lineBreakMode = UILineBreakModeWordWrap on iPhone, it does not recognize textLabel property. Could you let me know how to fix it?
textLabel is a new property for UITableViewCells as of iPhone OS 3.0. Are you trying to compile against an older version of the SDK?