IOS scrollView添加Timer后不响应scrollViewWillBeginDragging事件,这是为什么啊?
阿神
阿神 2017-04-17 17:12:30
0
2
638

添加Timer代码

- (void) createTimer
{
    NSTimer *timer = [NSTimer timerWithTimeInterval:3.0 target:self selector:@selector(increaseCurrentPage) userInfo:nil repeats:YES];
    self.timer = timer;
    //消息循环
    NSRunLoop *runloop = [NSRunLoop currentRunLoop];
    [runloop addTimer:timer forMode:NSDefaultRunLoopMode];}

[self createTimer]viewDidLoad中调用,当不注释掉[self createTimer]的时候,

- (void) scrollViewWillBeginDragging:(UIScrollView *)scrollView
{
    [self.timer invalidate];
    NSLog(@"draggged");
}

这段代码没有响应,不响应断点,只有当[self createTimer]注释掉之后,才会响应,这是为什么呢

阿神
阿神

闭关修行中......

全員に返信(2)
Ty80

リーリー

に変更されました リーリー

試してみてください!

いいねを押す +0
刘奇

[NSTImer sch.] にお聞きしたいのですが。 。 。 】initとの違いは何ですか?

いいねを押す +0
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート