码迷,mamicode.com
首页 >  
搜索关键字:nstimer使用    ( 14个结果
核心动画————CADisplayLink
一、简介1、所在框架CADisplayLink和其它CoreAnimation类一样,都是在QuartzCore.framework里。2、功能CADisplayLink最主要的特征是能提供一个周期性的调用我们赋给它的selector的机制,从这点上看它很像定时器NSTimer。3、使用方式- (v...
分类:其他好文   时间:2015-04-13 14:12:23    阅读次数:380
NSTimer使用不当引发的内存泄漏问题
NSTimer可以用来执行一些定时任务,比较常用的方法就是:+ (NSTimer *)timerWithTimeInterval:(NSTimeInterval)ti target:(id)aTarget selector:(SEL)aSelector userInfo:(id)userInfo r...
分类:其他好文   时间:2015-04-12 13:20:50    阅读次数:129
NSTimer使用
1、初始化+ (NSTimer *)timerWithTimeInterval:(NSTimeInterval)ti target:(id)aTarget selector:(SEL)aSelector userInfo:(id)userInfo repeats:(BOOL)yesOrNo;+ (N...
分类:其他好文   时间:2014-09-15 21:14:29    阅读次数:216
IOS 中NSTimer使用注意事项
1、初始化 + (NSTimer *)timerWithTimeInterval:(NSTimeInterval)ti target:(id)aTarget selector:(SEL)aSelector userInfo:(id)userInfo repeats:(BOOL)yesOrNo; + (NSTimer *)scheduledTimerWithTimeInterval:(NSTim...
分类:移动开发   时间:2014-05-18 08:52:17    阅读次数:327
14条   上一页 1 2
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!