Skip to content

Instantly share code, notes, and snippets.

@piaoapiao
Created August 21, 2012 15:06
Show Gist options
  • Save piaoapiao/3416315 to your computer and use it in GitHub Desktop.
Save piaoapiao/3416315 to your computer and use it in GitHub Desktop.
小细节
btn.titleLable.frame = CGRectMack(20,43,54,45) 无效
[btn setTitleEdgeInsets:UIEdgeInsetsMake(0, a.origin.x +5,0,0)]; 有用
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment