[Solved] Create a custom gauge with an image Objective C [closed]

One of the many solutions, given the fuzziness of the question, is to use Core Animation. The official Apple documentation is here. Let’s outline three steps: Conceptual step Define what layers (conceptually) or masks you will use, and create the images that will be imported in them Definition step Define your CABasicAnimation and program the … Read more