Reputation: 11
iPhone OS 3.1.2, older program uses UITableViewCell.text, which is now deprecated. Does anyone know what the new Setter is supposed to be?
Thanks!
Upvotes: 1
Views: 2101
Reputation: 37504
The setter is: [cell.textLabel setText:@"Text"]
[cell.textLabel setText:@"Text"]