tags:

views:

228

answers:

4

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.

A: 

To set UIView's transparency level you should change its alfa property (0 for completely transparent)

Vladimir
I want to make the view transperant so that icons of the iphone menu are visible.I have tried your options but the icons of the phones are not visible.Please let me know is it possible to do so???
XcoderMi2
Do you mean you want to show standard SpringBoard window? I think it is not possible (at least with public API methods)
Vladimir
A: 

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

XcoderMi2
Better to post such replies as a comment, not an answer. What do you mean by transparent delegate window - it's not clear (at least for me) what do you want to get?
Vladimir
+2  A: 

No, you can't see the springboard in your apps.

CiNN
A: 

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.

Yassin
Thanx a lot......................
XcoderMi2