mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-26 23:24:06 +08:00
[NavigatorIOS] Fixes #1268 - Bug causing the leftButtonIcon to not appear
Summary: Closes https://github.com/facebook/react-native/pull/1269 Github Author: Dave Sibiski <dsibiski@gmail.com> Test Plan: Imported from GitHub, without a `Test Plan:` line.
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
- (void)setLeftButtonIcon:(UIImage *)leftButtonIcon
|
||||
{
|
||||
_leftButtonIcon = leftButtonIcon;
|
||||
_leftButtonIcon = nil;
|
||||
_leftButtonItem = nil;
|
||||
}
|
||||
|
||||
- (UIBarButtonItem *)leftButtonItem
|
||||
|
||||
Reference in New Issue
Block a user