Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在xcode中,是否可以在用户的墙纸上获取当前正在使用的图像文件?我想在我的应用程序中将其显示为背景。
通过公共 API-s 是不可能的,但是如果你想将它用作 iOS7UIWindow背景,也许这个问题会对你有所帮助。
UIWindow
如果你是越狱的,那么你可以在那里找到图像:
主屏幕:/var/mobile/Library/SpringBoard/HomeBackground.cpbitmap.
/var/mobile/Library/SpringBoard/HomeBackground.cpbitmap.
锁屏:/var/mobile/Library/SpringBoard/LockBackground.cpbitmap.
/var/mobile/Library/SpringBoard/LockBackground.cpbitmap.
当壁纸相同时,将只有其中一个文件。
资源