码迷,mamicode.com
首页 >  
搜索关键字:selector    ( 3894个结果
Bug: CCScheduler#scheduleSelector. Selector already scheduled. Updating interval from: 0.0000 to 0.0000
原因是当前的scheduleOnce还没有执行完成,可以将scheduleOnce方法改写成另外一种形式,把CCDelayTime和CCCallFunc拼接构造延迟事件调用:CCDelayTime * delayAction = CCDelayTime::create(dt); CCCallFun....
分类:其他好文   时间:2014-04-29 20:06:01    阅读次数:1331
[学习笔记]iphone学习小技巧
1. 版本控制 -- 是否响应某个方法 、查看当前系统版本。 eg:[self respondsToSelector:@Selector(presentModalViewController:animated:)]//Yes:表示响应这个方法[[UIDevice currentDevice].sys...
分类:其他好文   时间:2014-04-29 15:16:27    阅读次数:339
关于 NSTimer 的使用
+ (NSTimer *)timerWithTimeInterval:(NSTimeInterval)ti target:(id)aTarget selector:(SEL)aSelector userInfo:(id)userInfo repeats:(BOOL)yesOrNo;+ (NSTime...
分类:其他好文   时间:2014-04-29 10:11:45    阅读次数:389
android selector(如对TextView点击样式改变)
selector1.selector 从单词的意思来说:选择者,选择器,就是对你的目标的控制。从API来说:A controller for the selection of SelectableChannel objects. Selectable channels can be register...
分类:移动开发   时间:2014-04-28 17:45:31    阅读次数:705
3894条   上一页 1 ... 388 389 390
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!