读书人

UITableView 详细讲授

发布时间: 2012-07-16 15:45:00 作者: rapoo

UITableView 详细讲解

UITableView 详细讲解


typedef enum {

??? UITableViewCellSeparatorStyleNone,

??? UITableViewCellSeparatorStyleSingleLine

} UITableViewCellSeparatorStyle

?

//改变换行线颜色lyttzx.com

?

tableView.separatorColor = [UIColor blueColor];

?

读书人网 >移动开发

热点推荐