Are there customizable progress bars for iOS? [closed]
开发者_StackOverflow
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this questionUIProgressView doesn't allow any customization. I know it's not exactly something complicated, but still I'd prefer to use an open sourced solution rather than re-inventing my own wheel.
Are there any?
There are many at Cocoa Controls, some are more customizable than others. I like ATMHud.
...Github is usually a good source for such OS projects. Here's one possibility:
CMTwoToneProgressBar
精彩评论