我使用以下方法设置UITableView的背景。
self.tableView.backgroundColor = [UIColor clearColor];
self.parentViewController.view.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageWithData:imageData]];
我想要设置为背景的图像是浅灰色但我看到的图像是完全白色的。
问题是什么就像使用colorWithPatterImage或使用UITable一样。
答案 0 :(得分:0)
答案 1 :(得分:-1)
如果你想要将一些自定义颜色设置为背景,你可以使用
[UIColor colorWithRed:(CGFloat)red green:(CGFloat)green blue:(CGFloat)blue alpha:(CGFloat)alpha]