I\'ve seen some apps for example (Vesper, or iPad\'s reminders app) make use of a user\'s home screen background image. How is that possible?
It must be some sort o
I haven't tried it myself, but I hear that the private method [[UIApplication sharedApplication] _setApplicationIsOpaque: NO] may do what you're after.
[[UIApplication sharedApplication] _setApplicationIsOpaque: NO]