English 中文(简体)
• 如何阻止讲法语的人?
原标题:How to stop a timer in iphone?
  • 时间:2012-05-17 07:59:28
  •  标签:
  • iphone

我申请时有时间。

我在申请中有两个观点。 关于第一种看法,我增加了一个 but子和一个进展棒,而且我已经利用了一个时间来争取进展。

用户可以在点击 but子或等待进展结局时,向下观点迈进。

如果进度表已经完工,将征求用户的意见。

这里是我的问题。 • 如何阻止没有姓名的人......

[NSTimer scheduledTimerWithTimeInterval:0.0005 target:self selector:@selector(onTimer) userInfo:nil repeats:YES];

如果用户等待进展协议的完成,首先不会停止时间,下一个观点中的内容不会奏效。

最佳回答

储存<代码>NStimer,自>>> 排定时间间隔: 和后打电话invalidate on it to end the timer.

NSTimer *timer = [NSTimer scheduledTimerWithTimeInterval:0.0005 target:self selector:@selector(onTimer) userInfo:nil repeats:YES];

// This will stop the tmer
[timer invalidate];
问题回答

To stop timer you need to use [timer invalidate];





相关问题
Code sign Error

I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in ...

ABPersonViewController Usage for displaying contact

Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

• 如何将搜查线重新定位?

我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。

热门标签