This commit is contained in:
2014-08-15 17:43:32 +08:00
parent b9da9210bb
commit f6799702d1
2 changed files with 1 additions and 1 deletions
@@ -114,7 +114,7 @@
self.autoScrollTimer = nil;
}
self.autoScrollTimer = [NSTimer scheduledTimerWithTimeInterval:self.scrollInterval target:self selector:@selector(handleScrollTimer:) userInfo:nil repeats:YES];
// self.autoScrollTimer = [NSTimer scheduledTimerWithTimeInterval:self.scrollInterval target:self selector:@selector(handleScrollTimer:) userInfo:nil repeats:YES];
}
- (void)handleScrollTimer:(NSTimer *)timer