...
|
...
|
@@ -226,7 +226,9 @@ NS_INLINE NSString *YH_Objectkey(id anyObject) { |
|
|
return;
|
|
|
}
|
|
|
NSString *viewId = [NSString stringWithFormat:@"%@%p",[viewController class], viewController];
|
|
|
[self.ignoredViewControllers removeObject:viewId];
|
|
|
dispatch_sync(self.serialQueue, ^{
|
|
|
[self.ignoredViewControllers removeObject:viewId];
|
|
|
});
|
|
|
}
|
|
|
|
|
|
- (BOOL)timeEventIgnorContainsViewController:(UIViewController *)viewController {
|
...
|
...
|
|