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!
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!
where you would have sued:
UITableViewCell *cell =
cell.text =
you now use:
cell.textLabel.text =