Alexandre Cassagne
Alexandre Cassagne

Reputation: 2463

Access iPhone Home Screen Background

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

Answers (1)

jrtc27
jrtc27

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

Related Questions