03-review
UIView-pro-Game
一些重要的函数
~~~objc
[self performSelector:@selector(btnZhanliClick) withObject:nil afterDelay:self.cunstomImageView.animationDuration+0.1]; // plus 0.05 is very importent 按道理是不用加的,但实际却得加(可能是加载动画要时间)
[self.btPlus addTarget:self action:@selector(btPlusClick) forControlEvents:UIControlEventTouchUpInside];
~~~~
编程的逻辑
- 逻辑可以从简单开始