Authored by Mattt Thompson

Add missing super call to `layoutSubviews`, which is required for Constraint-based layouts.

... ... @@ -479,6 +479,8 @@
{
self.viewControllerPresentingAttribution = nil;
}
[super layoutSubviews];
}
- (void)removeFromSuperview
... ...