mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-28 20:25:33 +08:00
Cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user