iosttableViewCell右侧的箭头,圆形等
Posted 孙富有(iOS工程师)
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了iosttableViewCell右侧的箭头,圆形等相关的知识,希望对你有一定的参考价值。
cell.accessoryType = UITableViewCellAccessoryNone;//cell没有任何的样式
cell.accessoryType = UITableViewCellAccessoryDisclosureIndicator;//cell的右边有一个小箭头,距离右边有十几像素;
cell.accessoryType = UITableViewCellAccessoryDetailDisclosureButton;//cell右边有一个蓝色的圆形button;
cell.accessoryType = UITableViewCellAccessoryCheckmark;//cell右边的形状是对号;
以上是关于iosttableViewCell右侧的箭头,圆形等的主要内容,如果未能解决你的问题,请参考以下文章