访问 iPhone 主屏幕背景
我想知道如何访问 iPhone 的主屏幕图像,以便将其用作应用程序的背景。简而言之,访问代表主屏幕壁纸的 NSImage。 谢谢。
I was wondering how I could access the iPhone's Home Screen Image so that I can use it as the background for my application. In short, access the NSImage that represents the home screen's wallpaper.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先,在 iDevice 上,它是一个
UIImage
。其次,回答你的问题,不——至少不使用公共 API。Firstly, on an iDevice, it is a
UIImage
. Secondly, in answer to your question, no - not using public APIs at least.