mdinacci / MDRadialProgress

A custom UIView useful to represent progress in discrete steps.
Other
947 stars 159 forks source link

Added block to allow custom label text (instead of percentage only) #14

Closed mbuchetics closed 10 years ago

mbuchetics commented 10 years ago

I wanted to be able to customize the text shown in the label without having to add an extra UILabel. If the block is set, it is used to get the text, otherwise the default text based on the progress is used.

mdinacci commented 10 years ago

Hi @mbuchetics ,

thanks a lot for the pull request, I'm happy to merge it. I'll update the documentation and release a new version on Cocoapod in the next few days.