Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6740849
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T11:39:20+00:00 2026-05-26T11:39:20+00:00

I have created a desktop (winforms) and web based (asp.net) dashboard application that uses

  • 0

I have created a desktop (winforms) and web based (asp.net) dashboard application that uses the Dundas circular and linear gauges.

e.g. enter image description here

I need to recreate these gauges using the xcode ui and objective c (or something that can be imported into a view based project)

Are there any frameworks available that can create these types of gauges? I had a look at core plot, but it doesn’t have this type of functionality.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T11:39:21+00:00Added an answer on May 26, 2026 at 11:39 am

    They are not as difficult as they seem. You simply need the graphic assets then distinguish the static vs animatable graphics assets.

    The animation can be done fairly easily using Core animation. So let’s say you have the first gadget (though Quartz2D will be much more performant – but it will be a good start to make it using simple UIViews).

    The first gadget has just the needle that animates (or rotates based on a given value). rest of the image can be a simple UIImageView.

    Do something like:

    needleView.layer.anchorPoint = BOTTOM_RIGHT_POINT;//to not rotate at center but bottom right or whatever
    
    ...
    [UIView beginAnimations:nil context:NULL];
    [UIView setAnimationDuration:1.0];
    CGAffineTransform transform = CGAffineTransformMakeRotation(angle_in_radians);
    needleView.transform = transform;
    [UIView commitAnimations];
    

    This will rotate the needle.

    Similarly for the two needles in second gauge. For the horizontal bars, do the same but using FRAME to set the size of bars relative to min_value and max_value.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an ASP.NET web application I built for a client that uses default
I have a desktop (winforms) application that uses a Firebird database as a data
We have created a beautifully designed .NET WPF desktop application. We are installing the
I have created a SQL DB-based winforms application, and I want to deploy it
I am currently working on a VB.NET desktop application that uses .mdb (Access) database
I have created a PHP-script to update a web server that is live inside
I have created an desktop application in Netbeans 7.0 and i have the files,
I have created a Java desktop application and I want to run it from
I have created a namespace extension that is rooted under Desktop. The main purpose
I have created an windows service. I want to open some windows based application

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.