sus*_*tha 2 iphone objective-c uitableview ios
setText是不推荐使用的警告消息UITableViewCell
[cell setText:animal.name];
Run Code Online (Sandbox Code Playgroud)
编译时 但程序运行正常.
Ila*_*ian 12
是的,setText:在UITableViewCell中已被弃用.
使用以下代替.
[cell.textLabel setText:animal.name];
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
245 次 |
| 最近记录: |