UIProgressView and Custom Track and Progress Images (iOS 5 properties)
问题 I am experimenting with some new properties in iOS 5 regarding UIProgressView . They are: @property(nonatomic, retain) UIImage *progressImage; @property(nonatomic, retain) UIImage *trackImage; These new properties enable the customisation of the " progress " and the " track " image, so that you can make fancy progress bars without having to roll-your-own. I however cannot understand how Apple " stretches " the progress images, because documentation is a little flakey / OR there is some