mrackwitz / MRProgress

Collection of iOS drop-in components to visualize progress
MIT License
2.55k stars 306 forks source link

Expose valueLabel on MRCircularProgressView #35

Closed coneybeare closed 10 years ago

coneybeare commented 10 years ago

There are times when this needs to be adjusted, but you have made it a private ivar.

mrackwitz commented 10 years ago

:+1: Will be exposed, soon. To be exactly: it is a private property at the moment. This means you could redeclare the private interface as category and access the valueLabel. But I'd recommend this at all, it's just a workaround until the next minor version. :wink:

mrackwitz commented 10 years ago

Fixed by 488367fe4da53cea9f76e8d7fff6309c811a76ba.