Rightpoint / RZUtils

Rightpoint Commonly Used Tools
Other
123 stars 22 forks source link

Add RZProgressView as a drop-in replacement for UIProgressView. #52

Closed ZevEisenberg closed 10 years ago

ZevEisenberg commented 10 years ago

UIProgressView was giving me a lot of trouble because under iOS 7.1, you can’t set custom images on it, so I built a replacement. There is a test project here. I would appreciate it if people in @Raizlabs/maintainers-ios could have a look and try to break it or find differences between it and UIProgressView, including in auto and old-style layouts and with VoiceOver enabled.

ndonald2 commented 10 years ago

@ZevEisenberg This looks really good. Props for handling accessibility as well. Consider the animation tip I commented about but otherwise I think this is good to merge.

ZevEisenberg commented 10 years ago

FTFY.

ndonald2 commented 10 years ago

@ZevEisenberg Excellent! Merging now.