ios - How can I place a UILabel below an UIImageView such that it is always evenly placed -


i have made custom pop view looks this

i want place label of user name below user image rounded uiimageview in given image

i want user name placed evenly irrespective of size of text. want name appear this

enter image description here

  1. align label content center.

  2. set constraint label image view. horizontally center label image view.

align label horizontally imageview


Comments

Popular posts from this blog

How to use SUM() in MySQL for calculated values -

loops - Spock: How to use test data with @Stepwise -