How can an iOS 7 App make itself transparent to see a user's home screen image?

前端 未结 2 1944
一向
一向 2020-12-01 03:45

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

相关标签:
2条回答
  • 2020-12-01 04:26

    iOS 13 beta 1 supports setting UIApplicationIsOpaque to NO in Info.plist. But, it’s not documented so it will maybe be removed or not allowed on the App Store.

    0 讨论(0)
  • 2020-12-01 04:35

    I haven't tried it myself, but I hear that the private method [[UIApplication sharedApplication] _setApplicationIsOpaque: NO] may do what you're after.

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