views:

36

answers:

1

http://www.angrypuppetsoftware.com/imagehost/photo3.png

http://www.angrypuppetsoftware.com/imagehost/photo2.png

When you set a wallpaper on the iPhone, it shows some sort of activity indicator, followed by a checkmark (see screenshots above). Is there any way to integrate this into an application programmatically?

+5  A: 

Nothing built in to the SDK. You can roll your own UIview or this should cover what you are trying to do quite nicely: http://github.com/jdg/MBProgressHUD

Nick
+1 for MBProgressHUD. very nice and simple to use.
Dave DeLong
That looks great. Thanks so much!
apple1loop
No problem. I was very happy when I found out about this last week - glad it will do the trick for you too.
Nick