The IGGaugeView is one of our most customizable controls. You can control the placement of pretty much anything that it draws within it. However, you may want to display some custom content on top of the gauge, for specific values. Turns out, like everything else in this control, its super easy! You just need to use the following method: -( CGPoint )pointForValue:( CGFloat )value atExtent:( CGFloat )extent; The method takes 2 parameters: Value: This is the actual value within your gauge you'd...(read more)
↧