Hello,
On my iPhone app, I would need to draw a kind of full gauge with a dynamic indicator. I was thinking of using a gauge image (a .png, that I would draw in an external tool) without any indicator, and then draw the dynamic indicator on top of the image. I was thinking of using a UIView with this image in background and then then use CoreGraphics (that I've never tried) to draw the indicator.
Do you think it's the easiest way to do this ?
thanks a lot,
Luc