I have 2 images: http://img706.imageshack.us/img706/9973/meterbank.png http://img833.imageshack.us/img833/2935/meterfill.png
I want to use masking (or any other way) to dynamically "cut" the fill to represent the correct value if my gauge is from 0-100.
I tried working with CALayer to mask but my problem was with cases of angle 30% or 70%
I used the regular UIImageView and working on iPad.
thanks!