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

javascript - How do you prevent nested queries/catches in sequelize? -

java - Could not retrieve pre-bound Hibernate session - Could not obtain transaction-synchronized Session for current thread -

ruby on rails - ActiveRecord order not working -