Created
April 27, 2015 17:19
-
-
Save dchohfi/85456ef9c2d5656d3023 to your computer and use it in GitHub Desktop.
O que dizer desse código que mal conheço mas já curto pakas?
This file contains 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
- (void)changeDots { | |
switch (self.hasDots) { | |
case NO: | |
[_viDots removeAllActions]; | |
[_viDots runAction:[NPPAction fadeOut]]; | |
break; | |
case YES: | |
[_viDots removeAllActions]; | |
[_viDots runAction:[NPPAction fadeIn]]; | |
default: | |
break; | |
} | |
} |
evansantos
commented
Apr 27, 2015
"Problems with this Web page might prevent it from being displayed properly or functioning properly. In the future, you can display this message by double-clicking the warning icon displayed in the status bar."
"Object expected on line <end of your code + 200>".
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment