Transparent iphone application

I am trying to create a running application, it has a transparent background, in practice it shows only objects in the view (buttons, labels, etc., etc.), but not the background so that you can see the background of the user's home. In the example file you can see the purple square image in the center of the screen, theoretically there should be a normal UIView with the image in the center, but the UIWindow / UIView background is not visible.

Is it possible to realize such a thing? Can anybody help me?

thank

enter image description here

+2
source share
2 answers

Perhaps try to clear the background color of the window, as well as the background color of the controller view.

, , , , Facebook ( Facebook, ).

, , App Store, .

+1

. , SDK. , ?

+2

All Articles