Programmatically update background wallpaper of iOS 7?

前端 未结 2 443
庸人自扰
庸人自扰 2021-01-07 10:48

Is it possible to update the iOS background wallpaper now with iOS 7 programmatically? I have several instances where users are wanting to update their wallpaper to a chang

相关标签:
2条回答
  • 2021-01-07 11:35

    NO. Apps are sandboxed and do not change system settings in any way.

    0 讨论(0)
  • 2021-01-07 11:41

    There is not, and will likely never be, a public API for this. This is a good thing, trust me.

    You can save a picture to the user's photo album, which should then be easy for them to set that as their wallpaper.

    0 讨论(0)
提交回复
热议问题