ios - UIButton image always to be 80 point away from title -


i have used method set image 80 point away title. button has blue color background here.

    self.btnerrormsg.imageedgeinsets = uiedgeinsetsmake(0, 0, 0, 80); 

enter image description here

problem if text longer, overlap text. how shall do?

enter image description here

you can use :

button.titleedgeinsets = uiedgeinsetsmake(cgfloat top, cgfloat left, cgfloat bottom, cgfloat right); 

it works me perfectly


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -