Skip to content

Instantly share code, notes, and snippets.

@donly
Created October 18, 2011 03:28
Show Gist options
  • Save donly/1294543 to your computer and use it in GitHub Desktop.
Save donly/1294543 to your computer and use it in GitHub Desktop.
代码风格示范
// 设置标题背景图
[functionButton setBackgroundImage:(i == 0 ? firestImageNormal : othersImageNormal)
forState:UIControlStateNormal];
[functionButton setBackgroundImage:(i == 0 ? firestImageHighlighted : othersImageHighlighted)
forState:UIControlStateHighlighted];
// 未完
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment