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

UITableView添外框

2013-12-20 
UITableView加外框tableView.layer.borderWidth 1tableView.layer.borderColor [[UIColor grayColor]

UITableView加外框
tableView.layer.borderWidth = 1;
tableView.layer.borderColor = [[UIColor grayColor] CGColor];

要引入quartz core framework

热点排行