首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

UITableView 详细讲授

2012-07-16 
UITableView 详细讲解UITableView 详细讲解typedef enum {??? UITableViewCellSeparatorStyleNone,??? UIT

UITableView 详细讲解

UITableView 详细讲解


typedef enum {

??? UITableViewCellSeparatorStyleNone,

??? UITableViewCellSeparatorStyleSingleLine

} UITableViewCellSeparatorStyle

?

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

?

tableView.separatorColor = [UIColor blueColor];

?

热点排行