Implementing a gauge control with UIKit on the iPhone
问题 For an application I'm working on, I'd like to implement sort of a gauge-like control. The gauge should be of vertical orientation and I'd like to get the effect of a dial with the values printed on it to move vertically so that the current value appears at the center of the gauge. While the part of the dial that is not currently visible gets clipped. I thought a good approach would be to have one UIView that acts as the top visible part (the gauge's window if you will) and a subview that