Search code examples
iphoneiosobjective-c

How to make UIWindow transparent


I need to see the HomeScreen from the UIWindow by making the UIWindow background as transparent. How to achieve this ?

I have tried with [UIColor ClearColor]; But its displaying BlackColor only.


Solution

  • It's not possible to see the homescreen inside your app. Apple did this to save power (who needs to render the homescreen while he's using an app) and to prevent devs from irritating users by making them think they are on their homescreen.