博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
关于tableView的错误提示
阅读量:6850 次
发布时间:2019-06-26

本文共 648 字,大约阅读时间需要 2 分钟。

 WARNING: Using legacy cell layout due to delegate implementation of tableView:accessoryTypeForRowWithIndexPath: in *nil description*.  Please remove your implementation of this method and set the cell properties accessoryType and/or editingAccessoryType to move to the new cell layout behavior.  This method will no longer be called in a future release.

 

什么意思?

关于tableView的方法:“- (UITableViewCellAccessoryType)tableView:(UITableView *)tableView accessoryTypeForRowWithIndexPath:(NSIndexPath *)indexPath{}”  已经"depracted"

如果想设置cell的“UITableViewCellAccessoryType”; 可以通过cell的属性"cell.accessoryType"进行;

转载于:https://www.cnblogs.com/code-Officer/p/5859589.html

你可能感兴趣的文章
contentsize ,ios 7和 ios7之前的 有点差别,
查看>>
try catch 怎么写?
查看>>
Android spinner 样式及其使用详解
查看>>
ftps加密服务器
查看>>
[置顶] 批处理命令
查看>>
谈谈不换行空格
查看>>
ubuntu 13.04 nginx.conf 配置详解
查看>>
Android调用系统的打电话和发短信界面(1.将消息内容带过去2.实现群发)
查看>>
如何在内网安装compass
查看>>
TF-IDF理解及其Java实现
查看>>
WIN10常用快捷键
查看>>
Android(JAVA)之单例模式
查看>>
【自用】Mint VirtualBox 共享文件夹
查看>>
通过Eclipse 使用org.mybatis.generator1.3.2 自动构建 生成实体类和mapper 代码
查看>>
OpenDaylight系列教程(十四)-- Common OpenDaylight Features
查看>>
快速排序(Java,递归)
查看>>
Java中的命名的技巧
查看>>
Solr学习笔记 在Tomcat上部署运行Solr
查看>>
Warning: the ECDSA host key for 'myserver' differs from the key for the IP address '192.168.1.123'
查看>>
href=“javascript:”vs href=“javascript:void(0)”
查看>>