Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
345
Stopwatch Gauge
posted

I've seen this Stopwatchas 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?

Parents
  • 40030
    Offline posted

    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

Reply Children