2012-03-25 137 views
1

我在應用程序中使用FlowCover並需要添加背景,但插入UIImageView並以.xib發送到後面只會給我背景圖像和按鈕,並且不會產生覆蓋流動畫。我也看不到我在哪裏編程將背景圖像添加到FlowCover

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

鍵入事物在實現中。

任何線索?

回答

1

它不會出現,你可以將增加的UIImageView到ViewController的在MainWindow.nib查看:

enter image description here

在編輯器下拉菜單,你可以將圖像發送到後面。這意味着流罩視圖不能設置爲不透明,然後將位於ImageView的頂部。