How to put the image on the right side of the text in a UIButton?
Problem:
I want to set the image on the right side of the button title.How to i achieve that?
Solution:
You can just set the image and title to the button then use the below code to reverse that.
btn.semanticContentAttrib
Comments
Post a Comment