只要按下手指,就可以保持呼叫功能

时间:2014-09-24 02:33:40

标签: ios objective-c

现在我正在使用:

- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event
{
    NSLog(@"Function called");
}

在按下时激活,这是正确的。但是,我还想继续调用这个功能,让我们说每一秒,只要手指仍然在屏幕上(换句话说:直到手指抬起)。

我将如何做到这一点?

0 个答案:

没有答案