原因是当前的scheduleOnce还没有执行完成,可以将scheduleOnce方法改写成另外一种形式,把CCDelayTime和CCCallFunc拼接构造延迟事件调用:CCDelayTime
* delayAction = CCDelayTime::create(dt); CCCallFun....
分类:
其他好文 时间:
2014-04-29 20:06:01
阅读次数:
1331
1. 版本控制 -- 是否响应某个方法 、查看当前系统版本。 eg:[self
respondsToSelector:@Selector(presentModalViewController:animated:)]//Yes:表示响应这个方法[[UIDevice
currentDevice].sys...
分类:
其他好文 时间:
2014-04-29 15:16:27
阅读次数:
339
+ (NSTimer
*)timerWithTimeInterval:(NSTimeInterval)ti target:(id)aTarget
selector:(SEL)aSelector userInfo:(id)userInfo repeats:(BOOL)yesOrNo;+ (NSTime...
分类:
其他好文 时间:
2014-04-29 10:11:45
阅读次数:
389
selector1.selector
从单词的意思来说:选择者,选择器,就是对你的目标的控制。从API来说:A controller for the selection of
SelectableChannel objects. Selectable channels can be register...
分类:
移动开发 时间:
2014-04-28 17:45:31
阅读次数:
705