我想知道如何将我的UIView的backgroundColor设置为滚动查看纹理背景颜色。
这是我计划实现它的方式,但我只是不确定调用patternImage是什么。
jumpBarContainer.backgroundColor = [UIColor colorWithPatternImage:????]
任何帮助将不胜感激。
答案 0 :(得分:5)
jumpBarContainer.backgroundColor = [UIColor scrollViewTexturedBackgroundColor];
答案 1 :(得分:4)
[UIColor scrollViewTexturedBackgroundColor]
是您需要使用的。