mirror of
https://github.com/wu736139669/ManagerDemo.git
synced 2026-08-05 05:55:42 +00:00
new
This commit is contained in:
BIN
Binary file not shown.
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user