diff --git a/Source/UIViewController+KNSemiModal.m b/Source/UIViewController+KNSemiModal.m index 26421af..d9b0688 100755 --- a/Source/UIViewController+KNSemiModal.m +++ b/Source/UIViewController+KNSemiModal.m @@ -128,7 +128,7 @@ -(UIImageView*)kn_addOrUpdateParentScreenshotInView:(UIView*)screenshotContainer semiView.hidden = YES; UIGraphicsBeginImageContextWithOptions(target.bounds.size, YES, [[UIScreen mainScreen] scale]); if ([target respondsToSelector:@selector(drawViewHierarchyInRect:afterScreenUpdates:)]) { - [target drawViewHierarchyInRect:target.bounds afterScreenUpdates:YES]; + [target drawViewHierarchyInRect:target.bounds afterScreenUpdates:NO]; } else { [target.layer renderInContext:UIGraphicsGetCurrentContext()]; }