UIView backgroundColor与图像

时间:2012-06-20 22:50:32

标签: iphone ios uiview scrollview

我想知道如何将我的UIView的backgroundColor设置为滚动查看纹理背景颜色

这是我计划实现它的方式,但我只是不确定调用patternImage是什么。

jumpBarContainer.backgroundColor = [UIColor colorWithPatternImage:????]

任何帮助将不胜感激。

2 个答案:

答案 0 :(得分:5)

jumpBarContainer.backgroundColor = [UIColor scrollViewTexturedBackgroundColor];

答案 1 :(得分:4)

[UIColor scrollViewTexturedBackgroundColor]

是您需要使用的。