-
Notifications
You must be signed in to change notification settings - Fork 137
Open
Description
泄漏地方:
HYBLoopScrollView类中的 ,configTimer方法中的
CFRunLoopTimerRef timer = CFRunLoopTimerCreateWithHandler(kCFAllocatorDefault, CFAbsoluteTimeGetCurrent() + _timeInterval, _timeInterval, 0, 0, ^(CFRunLoopTimerRef timer) {
[weakSelf autoScroll];
});
self.timer = timer;
CFRunLoopAddTimer(CFRunLoopGetCurrent(), timer, kCFRunLoopCommonModes);
请作者有空看看
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels