标签: iphone uitableview methods deprecated
iPhone OS 3.1.2,较旧的程序使用UITableViewCell.text,现已弃用。有谁知道新的Setter应该是什么?
谢谢!
答案 0 :(得分:1)
设置者是:[cell.textLabel setText:@"Text"]
[cell.textLabel setText:@"Text"]