This commit is contained in:
Nick Lockwood
2015-07-31 11:23:29 -07:00
parent b807c51bbe
commit 1fb26d4319
17 changed files with 59 additions and 91 deletions

View File

@@ -110,9 +110,9 @@ RCT_NOT_IMPLEMENTED(-initWithCoder:(NSCoder *)aDecoder)
_contentView.backgroundColor = backgroundColor;
}
- (UIViewController *)backingViewController
- (UIViewController *)reactViewController
{
return _backingViewController ?: [super backingViewController];
return _reactViewController ?: [super reactViewController];
}
- (BOOL)canBecomeFirstResponder