您的位置:首页 > 其它

TableView自定义背景颜色

2013-04-22 17:15 295 查看
转载自http://blog.csdn.net/caoyangbeijing/article/details/8835443

UITableViewStyleGrouped风格时给其背景颜色

[theTableView setBackgroundView:nil];

[theTableView setBackgroundColor:dBackGroundColor];

//theTableView为自定义的UITableView

//dBackGroundColor 为自定义的背景颜色
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: