I've seen this as an example gauge all over the place, however it appears that there are only two prepackaged themes (light and dark). How would I go about creating a gauge that mirrors this one?
Hi Blake,
There isn't a theme to create a gauge like that, however there is sample that shows exactly how to make that.
It's actually 3 gauges. One for the large clock, and 2 others for the smaller areas. And they're overlayed on top of a UIImageView.
The sample is in the samples browser, which is included in the NUCLiOS install. So you have access to the source to mimic it.
The file is: GaugeClock.m and the class that defines that clock is called : IGClockView1. Feel free to grab that code and use it in your applicaiton.
Let me know if you have any problems.
-SteveZ
Also, I'm actually developing in Monotouch. I should be able to convert this to C# shouldn't I?
Of course!
In fact, i'll convert the sample for you. Should hopefully only take like 10 or 15 minutes.
Here you go.
I already removed the Minutes and Seconds Gauges.
Let me know if you have any questions.
AwesomeSauce!!! +1,000,000 points. I'm adding you to my Christmas card mailing list ;) . I really do appreciate the help. You've saved me a bunch of time!