You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: