Reputation: 2463
I was wondering how I could access the iPhone's Home Screen Image so that I can use it as the background for my application. In short, access the NSImage that represents the home screen's wallpaper. Thanks.
Upvotes: 0
Views: 260
Reputation: 8536
Firstly, on an iDevice, it is a UIImage
. Secondly, in answer to your question, no - not using public APIs at least.
Upvotes: 1