I want to set the alignment of a text label, how can I do that?
original source : https://stackoverflow.com/questions/5686631/how-do-you-programmatically-center-the-alignment-of-a-text-label-for-ios
#1 answer
https://stackoverflow.com/a/44500512/3151712
yourlabel.textAlignment = NSTextAlignment.center












