yannickl / YLProgressBar

UIProgressView replacement with an highly and fully customizable animated progress bar in pure Core Graphics
http://yannickloriot.com/library/ios/ylprogressbar/
MIT License
1.28k stars 186 forks source link

Doesn't seem to be working on iOS 7 #7

Closed rajat-b closed 11 years ago

rajat-b commented 11 years ago

Hi

I really like your control, but it is not working on iOS 7... color is solid with no slanting line animation.

ArtemKalachev commented 11 years ago

Confirm, the same behavior on my devices.

yannickl commented 11 years ago

Thank you for the report, I'll take a look on this prob asap (certainly this w-e :)

rajat-b commented 11 years ago

When can we expect a fix on this?

pxlshpr commented 11 years ago

I may have put a bandaid on the problem by subclassing UIView instead and manually adding the properties. Have a look and let me know how it goes.

rajat-b commented 11 years ago

@arkuana - Yes, that does the trick. Appreciate the work. Much thanks!

yannickl commented 11 years ago

Thank you all for your help. The project just been updated to the v3 to support iOS7.