|
@@ -69,11 +69,6 @@ static id (*__SWZ_initWithEventDispatcher_orig)(id self, SEL _cmd, id eventDispa
|
69
|
69
|
rv.top = CGRectIntersection(myFrameInVCView, CGRectMake(0, 0, vc.view.bounds.size.width, vc.topLayoutGuide.length)).size.height;
|
70
|
70
|
rv.bottom = CGRectIntersection(myFrameInVCView, CGRectMake(0, vc.view.bounds.size.height - vc.bottomLayoutGuide.length, vc.view.bounds.size.width, vc.bottomLayoutGuide.length)).size.height;
|
71
|
71
|
|
72
|
|
- if (@available(iOS 11.0, *))
|
73
|
|
- {
|
74
|
|
- NSParameterAssert(UIEdgeInsetsEqualToEdgeInsets(self.safeAreaInsets, rv));
|
75
|
|
- }
|
76
|
|
-
|
77
|
72
|
return rv;
|
78
|
73
|
}
|
79
|
74
|
|