Unforked RKNavigator, RKScrollView and RKView

This commit is contained in:
Nick Lockwood
2015-03-10 19:03:59 -07:00
parent 378e59b90a
commit 74e84ba494
14 changed files with 418 additions and 140 deletions

View File

@@ -99,8 +99,8 @@
- (void)loadView
{
// add a wrapper so that UIViewControllerWrapperView (managed by the
// UINavigationController) doesn't end up resetting the frames for
// Add a wrapper so that the wrapper view managed by the
// UINavigationController doesn't end up resetting the frames for
//`contentView` which is a react-managed view.
_wrapperView = [[UIView alloc] initWithFrame:_contentView.bounds];
[_wrapperView addSubview:_contentView];