harlram
harlram

Reputation: 138

How do I create an application that transparently overlays the iPhone home screen?

I would like to create an iPhone application that, after starting via the home screen, transparently overlays the home screen. The application itself would not appear to have launched.

Is this possible? If so, how?

Upvotes: 2

Views: 297

Answers (2)

Robin
Robin

Reputation: 10011

Of course you can do it, all you need to do is take a screen shot of your home screen and you can put the pic in the app using UIImageView. So when the user clicks on your app icon it will show the home screen.

Upvotes: 0

John Parker
John Parker

Reputation: 54445

You can't have two applications running at the same time in this manner, so no, it's not possible.

i.e.: You can't have a completely transparent application running visually on top of the SpringBoard app.

Upvotes: 3

Related Questions