Merge pull request #37 from iSevenDays/patch-1

fix for container view
This commit is contained in:
Mazyad Alabduljaleel 2014-10-16 12:18:58 +04:00
commit 022ccc81db
1 changed files with 5 additions and 1 deletions

View File

@ -155,7 +155,11 @@ static inline CGFloat AACStatusBarHeight()
{
self.delegateProxy.originalDelegate = _scrollView.delegate;
_scrollView.delegate = (id)self.delegateProxy;
}}
}
[self cleanup];
[self layoutViews];
}
- (CGRect)extensionViewBounds
{