开发者

Horizontal Progress Bar iPhone Class?

开发者 https://www.devze.com 2023-02-16 20:27 出处:网络
Is there an iPhone Class which i开发者_JAVA技巧mplements a nice looking progress bar which is a bit taller and more customizable than the built-in one? I\'m looking for something that would look like

Is there an iPhone Class which i开发者_JAVA技巧mplements a nice looking progress bar which is a bit taller and more customizable than the built-in one? I'm looking for something that would look like this:

http://pixomania.net/wp-content/php/progress/pexample.php


There isn't an easy way to alter the UIProgressView, but you could use a UISlider. This will allow you to set images for the two ends and the thumb image with - setMaximumTrackImage:forState:, - setMinimumTrackImage:forState:, and - setThumbImage:forState: respectively.

You can then update the slider value with – setValue:animated: and get the visualization that you want.

0

精彩评论

暂无评论...
验证码 换一张
取 消