UITableView 详细讲解
UITableView 详细讲解
typedef enum {
??? UITableViewCellSeparatorStyleNone,
??? UITableViewCellSeparatorStyleSingleLine
} UITableViewCellSeparatorStyle
?
//改变换行线颜色lyttzx.com
?
tableView.separatorColor = [UIColor blueColor];
?
发布时间: 2012-07-16 15:45:00 作者: rapoo
UITableView 详细讲解
UITableView 详细讲解
typedef enum {
??? UITableViewCellSeparatorStyleNone,
??? UITableViewCellSeparatorStyleSingleLine
} UITableViewCellSeparatorStyle
?
//改变换行线颜色lyttzx.com
?
tableView.separatorColor = [UIColor blueColor];
?