将背景图像添加到FlowCover

时间:2012-03-25 00:39:02

标签: iphone xcode iphone-sdk-3.0

我在应用程序中使用FlowCover并且需要添加背景,但是插入UIImageView并发送到.xib中的后面只能给我背景图像和按钮而没有封面流动画。我也看不出我要编程的地方

self.backgroundColor = [[UIColor alloc]initWithPatternImage:[UIImage imageNamed:@"bground.png"]];  

在实现中键入内容。

任何线索?

1 个答案:

答案 0 :(得分:1)

看起来您可以将UIImageview添加到MainWindow.nib中的ViewController视图中:

enter image description here

在编辑器下拉列表中,您可以将图像发送到后面。这意味着Flow Cover View不能设置为Opaque,然后将位于ImageView的顶部。