UITableView加外框
tableView.layer.borderWidth = 1;
tableView.layer.borderColor = [[UIColor grayColor] CGColor];
要引入quartz core framework
发布时间: 2013-12-20 00:23:10 作者: rapoo
UITableView加外框
tableView.layer.borderWidth = 1;
tableView.layer.borderColor = [[UIColor grayColor] CGColor];
要引入quartz core framework