MatiBot / MBCircularProgressBar

A circular, animatable & highly customizable progress bar from the Interface Builder (Objective-C)
https://www.cocoacontrols.com/controls/mbcircularprogressbar
MIT License
994 stars 180 forks source link

Set text center aligned #81

Open Amirnadi opened 5 years ago

Amirnadi commented 5 years ago

hi,

thanks for this awesome progress bar. I have a small issue which i am not able to solve :( how to set text in centre, now it is left aligned. i am changing textStyle.alignment = NSTextAlignmentLeft; to

textStyle.alignment = NSTextAlignmentCenter;

but this is not working :( can you fix that ?