I have developed a project that has a single view. Now I want the view to be transparant so that I can see the iPhone menu. Is this possible and if so, how?
Thanks.
I have developed a project that has a single view. Now I want the view to be transparant so that I can see the iPhone menu. Is this possible and if so, how?
Thanks.
To set UIView's transparency level you should change its alfa
property (0 for completely transparent)
Thanx for your reply.I have tried that already and the view become transparent but the first "window"(in delegate) remains.So what to do ,to make the delegate window transparent?Please ....
Thanx once again
It is NOT possible to do that. You can't make the whole app transparent so that you see the springboard icons. Of course, you could set a homescreen screenshot as background image in your app. But, as already said, it's not possible to do that what you want.