ios - Set the position of a UILabel to center -


i have view on view have button , label label not align in center why ever, on right hand side of view ....

pic constraints have set

constraints

enter image description here

remove center x constraint, have trailing/leading that. after uilabel centered in superview, text inside won't:

| [text      ] |  

to center text, set uilabel'stextalignment nstextalignmentcenter (centered), like:

| [   text   ] |  

also suggest remove forced height constraint (you have set 28) , replace top/bottom space or that.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -