AleMal
AleMal

Reputation: 2087

Transparent iphone application

I'm trying to build an application that is launched has a transparent background, in practice, showing only the objects in view (buttons, labels etc etc) but not the background so you can see the background the user's home. In the example file you can see the purple square image at the center of the screen, in theory should be a normal UIView with a picture in the center but does not see the background of UIWindow/UIView.

Is possible to realize such a thing? Can anyone help me?

thanks

enter image description here

Upvotes: 2

Views: 1282

Answers (2)

EmilioPelaez
EmilioPelaez

Reputation: 19892

It might be possible, try setting the window background color to clear, as well as the view controller's view background color.

I say it might be possible because I've seen my home screen while using some apps, for example, the Facebook app sometimes shows it during a transition (it might be a bug on either Facebook or the OS).

Anyway, I'm pretty sure that kind of app would be rejected from the App Store, so be advised.

Upvotes: 1

Max Woolf
Max Woolf

Reputation: 4058

No. It's not possible using the official SDK. I'm interested to know why you would want to do this?

Upvotes: 2

Related Questions