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

UITableView相关

2012-11-28 17:45 225 查看
//去掉分割线
[tableView setSeparatorStyle:UITableViewCellSeparatorStyleNone];

//不显示选中颜色
cell.selectionStyle=UITableViewCellSelectionStyleNone;

//可显示右边的小箭头
self.accessoryType=UITableViewCellAccessoryDisclosureIndicator;

//设置进度条是否显示
tableView.showsVerticalScrollIndicator=NO;
tableView.showsHorizontalScrollIndicator=NO;
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: