iOS - ScrollView上的多种背景颜色

时间:2015-08-24 20:46:50

标签: ios uiview uiscrollview background-color

我有一个带有UIScrollViewController的UIViewController。 我目前使用以下代码为ScrollView的背景着色:

    UIImage* backgroundImage =[UIImage imageNamed:@"black_backg.png"];
self.scrollView.backgroundColor = [UIColor colorWithPatternImage:backgroundImage];

这完美无缺,但它为整个视图着色;我想做的是颜色只说前50%。其余的可以保持白色。 我试图添加一个UIView和颜色,但它出现在UIScrollView的顶部,而不是它下面。

我该怎么办? 感谢

0 个答案:

没有答案