读书人

UITableView分割线式样与颜色

发布时间: 2013-07-08 14:13:00 作者: rapoo

UITableView分割线样式与颜色
tv.separatorStyle = UITableViewCellSeparatorStyleSingleLine; tv.separatorColor = [UIColor colorWithRed:52.0f/255.0f green:53.0f/255.0f blue:61.0f/255.0f alpha:1];

?

读书人网 >移动开发

热点推荐