I need to implement the gauge in iOS:

Can anyone provide me some idea about how to do this?
I’ve referred MeterView for iOS but have no idea about how to customize it.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
That looks like they are using 3 views. A background view, the needle view and a foreground semi-transparent gloss view.
The background and gloss views are static regular UIImageViews. The needle is a UIImageView with a affine rotation transformation applied to it.
Assuming your needle UIImage view is called needle: