读书人

UITableView添外框

发布时间: 2013-12-20 00:23:10 作者: rapoo

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

要引入quartz core framework

读书人网 >移动开发

热点推荐