Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. ** [image size].width = imageWidth * 2 **
  2.  
  3. [btn setImageEdgeInsets:UIEdgeInsetsMake((btnHeight-titleHeight-imageHeight)/2.0,
  4. (btnWidth-imageWidth)/2,
  5. titleHeight+(btnHeight-titleHeight-imageHeight)/2.0,
  6. (btnWidth-imageWidth)/2)];
  7.  
  8. [btn setTitleEdgeInsets:UIEdgeInsetsMake(btnHeight-titleHeight, 0, 0, 0)];
  9.  
  10. [btn setTitleEdgeInsets:UIEdgeInsetsMake(btnHeight-titleHeight, -imageWidth, 0, 0)];
  11.  
  12. [btn setTitleEdgeInsets:UIEdgeInsetsMake(btnHeight-titleHeight, -imageWidth*2, 0, 0)];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement