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

Added a public property to be able to define the inset between the track... #22

Closed ioliverm closed 9 years ago

ioliverm commented 9 years ago

... bar and the progress bar. Added an additional bar to the example view controller.

In one of my projects, I wanted to use your progress bar, and I only missed one thing: the ability to define the inset between the track bar and the progress bar. I added a new public property to be able to, and I think that this is ain improvement in terms of how much the progress bars can be customized. I'd love to see the pull request approved!

All the best,

Ivan Oliver

yannickl commented 9 years ago

Hi,

Thank you for the pull request, this is a great idea. I merge it now but I'll release it for the next release (cocoapod).

Best,

Yannick