I was wondering if it was possible to set the IPhone's background image from an App. I have an image which is a UIImageView. Like when the phone is locked theres the "wallpaper background image." Is there a way to make a button which can set the wallpaper of the phone as my UIImageView?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
In your background view (you might have to drag an IBOutlet to it) say like:
Then when your button is pressed (possibly an IBAction) do this to turn the background on and off.
|
|||||
|
|
I adjusted my google search to "wallpaper" terminology and I found this:
It appears this is only possible on a jailbroken iphone. |
|||
|
|
