UITableView 详细讲解UITableView 详细讲解typedef enum {??? UITableViewCellSeparatorStyleNone,??? UIT
UITableView 详细讲解
UITableView 详细讲解
typedef enum {
??? UITableViewCellSeparatorStyleNone,
??? UITableViewCellSeparatorStyleSingleLine
} UITableViewCellSeparatorStyle
?
//改变换行线颜色lyttzx.com
?
tableView.separatorColor = [UIColor blueColor];
?
