Skip to content

Instantly share code, notes, and snippets.

@Air-Craft
Created August 4, 2014 14:30
Show Gist options
  • Save Air-Craft/276d3585fe98104650b4 to your computer and use it in GitHub Desktop.
Save Air-Craft/276d3585fe98104650b4 to your computer and use it in GitHub Desktop.
UIButton with image on the right #UIButton #iOS #basic #alignment
button.imageEdgeInsets = UIEdgeInsetsMake(0., button.frame.size.width - (image.size.width + 15.), 0., 0.);
button.titleEdgeInsets = UIEdgeInsetsMake(0., 0., 0., image.size.width);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment