Created
October 18, 2011 03:28
-
-
Save donly/1294543 to your computer and use it in GitHub Desktop.
代码风格示范
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 设置标题背景图 | |
[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