Is there an iPhone SDK API that I can use to get the current wallpaper image? I would like to use this image in a game.
views:
1127answers:
2
+3
A:
As far as I'm aware, there is currently no API that enables you to do this.
Jasarien
2009-03-18 14:29:54
So please request such an API at http://bugreport.apple.com
Mike Abdullah
2009-03-18 21:09:21
+2
A:
There is no API to do this, but you may be able to load /User/Library/LockBackground.jpg using +[UIImage imageWithContentsOfFile:]
Note: this file won't exist if the user hasn't changed from the default "globe" wallpaper
rpetrich
2009-03-19 04:56:29