会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
盗草屋
博客园
首页
新随笔
联系
订阅
管理
2013年8月17日
IOS开发之cocoa中使用定时器的基本方式
摘要: NSTimer是Cocoa中比较常用的定时器类,基本操作如下:handleTimer方法可以自行定义。在需要的地方创建timer即可,handleTimer就可以每1秒执行一次。- (void) handleTimer: (NSTimer *) timer{ //在这里进行处理} NSTimer *timer; timer = [NSTimer scheduledTimerWithTimeInterval: 0.5 target: self ...
阅读全文
posted @ 2013-08-17 20:15 盗草人
阅读(350)
评论(0)
推荐(0)
编辑
公告