I am working on a project in which I want to assign an images to each month, so that when using this application, the iPhone wallpaper changes when the month does.
The assignment of the images and their storage in a database is complete. How do I set the wallpaper when the month changes? This is the remaining problem. I think that the process should run in the background by using NSTimer
. Is this correct or not?
If it is correct, then how do I write the code for that? If it is wrong, then what is suitable for changing the wallpaper? Please provide information for that.