您的位置:首页 > 产品设计 > UI/UE

UItableView 使用心得

2015-09-07 11:48 316 查看
个人的 UITableView 使用心得,不定时更新:

cell 后缀:
cell.accessoryType = UITableViewCellAccessoryDisclosureIndicator;


cell 选中样式:
cell.selectionStyle = UITableViewCellSelectionStyleNone;

cell 右侧样式:
cell.accessoryType = UITableViewCellAccessoryDisclosureIndicator;


去下划线(写在创建 UITableView 的时候):

<span style="font-size:14px;">tableView.separatorStyle = UITableViewCellSeparatorStyleNone;</span>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: