yannickl/YLProgressBar

Why the progress animation always start at 30% ?

bigship opened this issue · 2 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