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

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -