문제

I'm using FlowCover in an app and need to add a background, but inserting a UIImageView and sending to the back in .xib only gives me the background image and buttons and no coverflow animation. I also cannot see where i would programme a

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

type thing in the implemetation.

Any clues?

도움이 되었습니까?

해결책

It does appear that you can add an UIImageview to the ViewController's View in the MainWindow.nib:

enter image description here

In the editor dropdown you can send the image to the back. It means that the Flow Cover View MUST NOT be set to Opaque and then will sit on top of the ImageView.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top