Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

please tell me the code for setting an image as wallpaper in iphone.

share|improve this question
Please be specific... ?wallpaper in your app or iPhone screen wallpaper... – mihir mehta Mar 1 '11 at 10:09
iPhone screen wallpaper through my application. – Nitin Mar 1 '11 at 10:13

3 Answers

up vote 3 down vote accepted

It is not possible via code. You have to use the Settings.app

share|improve this answer
7  
+1 Every time I see questions like this, I thank Apple for getting these things right. There's no reason an application needs to be able to mess with my wallpaper. I'll take care of that myself, thank you. – Cody Gray Mar 1 '11 at 10:14

If you mean in the main view of the iphone, you can not do that.

share|improve this answer

Not presently, the only thing that you can do is save the image to the camera roll and give the user instructions on how to change their wallpaper using the new image.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.