|
|
|
|
12
|
|
12
|
|
13
|
tabItem.image = [self getIconImage:icon withTint:iconColor];
|
13
|
tabItem.image = [self getIconImage:icon withTint:iconColor];
|
14
|
tabItem.selectedImage = [self getSelectedIconImage:selectedIcon selectedIconColor:selectedIconColor];
|
14
|
tabItem.selectedImage = [self getSelectedIconImage:selectedIcon selectedIconColor:selectedIconColor];
|
15
|
- tabItem.title = [bottomTabOptions.text getWithDefaultValue:@""];
|
|
|
|
|
15
|
+ tabItem.title = [bottomTabOptions.text getWithDefaultValue:nil];
|
16
|
tabItem.tag = bottomTabOptions.tag;
|
16
|
tabItem.tag = bottomTabOptions.tag;
|
17
|
tabItem.accessibilityIdentifier = [bottomTabOptions.testID getWithDefaultValue:nil];
|
17
|
tabItem.accessibilityIdentifier = [bottomTabOptions.testID getWithDefaultValue:nil];
|
18
|
|
18
|
|