Does anyone know of a framework with gauge controls that I can use in iOS apps? I am creating an iPad app that relies heavily on analytics and I would like to use a set of controls that are readily available. Both tips on commercially available and open source controls are welcome!

Cheers Nick

link|improve this question

62% accept rate
Look at question 2220650 – F'x Nov 6 '10 at 19:42
possible duplicate of Implementing a gauge control with UIKit on the iPhone – KennyTM Jan 17 '11 at 7:01
feedback

1 Answer

I put some sample code on my github page. MIT Licensed, so you can use it in commercial projects.

Gauges are read-only for now, and are labelled intelligently based on the range of values and the size of the gauge and the font size of the textLabel property.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.