-2

I would like to create an app in which the Home screen wallpaper is visible.


See thescreenshot below for more information:

user interface example of what I want to achieve

Tamás Sengel
  • 55,884
  • 29
  • 169
  • 223

2 Answers2

3

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.

Tzar
  • 5,132
  • 4
  • 23
  • 57
  • Thanks , Can you share the third party URL ? – gaurav gupta Dec 18 '17 at 10:36
  • 1
    @gauravgupta Go to [Apple Bug Reporter](https://bugreport.apple.com/) and file a bug, which will be duped, as many of us have requested enhancement to this API. Please accept and vote up my answer if you think it was helpful. – Tzar Dec 18 '17 at 10:49
2

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.

Martin Perry
  • 9,232
  • 8
  • 46
  • 114