yannickl / YLProgressBar

UIProgressView replacement with an highly and fully customizable animated progress bar in pure Core Graphics

Home Page:http://yannickloriot.com/library/ios/ylprogressbar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why the progress animation always start at 30% ?

bigship opened this issue · comments

How can I set the animation start at 0% ? I think that would be more naturally.

You simply have to set the progress property to 0 when you init your component. Or may be there is something I don't understand with your question?

@yannickl Yes, you're right. I set progress property in IB, and it works like a charm ! Issue closed