TableView自定义背景颜色

来源:互联网 发布:算法编程 编辑:程序博客网 时间:2024/05/17 04:41


转载自http://blog.csdn.net/caoyangbeijing/article/details/8835443

UITableViewStyleGrouped风格时给其背景颜色

[theTableView setBackgroundView:nil];

[theTableView setBackgroundColor:dBackGroundColor];

//theTableView为自定义的UITableView

//dBackGroundColor 为自定义的背景颜色

原创粉丝点击