diff --git a/TLYShyNavBar/TLYShyNavBarManager.m b/TLYShyNavBar/TLYShyNavBarManager.m index 787c587..9deb867 100644 --- a/TLYShyNavBar/TLYShyNavBarManager.m +++ b/TLYShyNavBar/TLYShyNavBarManager.m @@ -155,7 +155,11 @@ static inline CGFloat AACStatusBarHeight() { self.delegateProxy.originalDelegate = _scrollView.delegate; _scrollView.delegate = (id)self.delegateProxy; - }} + } + [self cleanup]; + [self layoutViews]; + +} - (CGRect)extensionViewBounds {