I would like to create an app in which the Home screen wallpaper is visible.
See thescreenshot below for more information:
I would like to create an app in which the Home screen wallpaper is visible.
See thescreenshot below for more information:
2019 update: In iOS 13, this is finally possible. See my answer here:
https://stackoverflow.com/a/56592568/7840155
Although the feature was introduced in iOS 7, it is still a private method only used in Apple’s apps. There is no public API available.
Please file a feature enhancement radar if you would like to see it introuduced for third-parties.
I dont know it it is possible, but you can create screenshot of iOS active screen and use it in your program as an background image and put other views on top of it.