How can an iOS 7 App make itself transparent to see a user's home screen image?
I haven't tried it myself, but I hear that the private method [[UIApplication sharedApplication] _setApplicationIsOpaque: NO]
may do what you're after.
I haven't tried it myself, but I hear that the private method [[UIApplication sharedApplication] _setApplicationIsOpaque: NO]
may do what you're after.