views:

400

answers:

2

I've been wanting to create a HUD style loading bar like the SMS app on the iPhone used to have (http://www.jonokane.com/images/blog/iphoneFixProblem.jpg) but don't know how. I was wondering if anyone has done this before or if there is a tutorial somewhere for it? I just think it looks so nice and would like to use it rather than the built in loading progress bar. Thanks a bunch!

+1  A: 

It should be very simple to implement using Core Animation layers (the CALayer class).

The bar would be a layer with rounded corners and the fill could be drawn by a custom drawing method.

Martin Cote
A: 

have you find solution? This link may help you http://cocoawithlove.com/2009/04/showing-message-over-iphone-keyboard.html

Punita