I have made a custom pop view which looks like this
I want to place the label of user name below the user image which is the rounded UIImageView in the given image
I want the user name to be placed evenly irrespective of the size of the text. Like I want the name to appear like this


Align the Label content to Center.
Set a constraint from label to Image View. Horizontally center label to Image View.