bug fix
This commit is contained in:
parent
884b18a8ef
commit
8ca991b322
@ -411,6 +411,7 @@ static NSString * const COLLECTION_CELL_ID = @"cell";
|
|||||||
}
|
}
|
||||||
|
|
||||||
//setup selected tab accessibility
|
//setup selected tab accessibility
|
||||||
|
NSString *string = label.text;
|
||||||
NSString *accLabel = [string stringByAppendingString:[MVMCoreUIUtility hardcodedStringWithKey:@"toptabbar_tab_selected"]];
|
NSString *accLabel = [string stringByAppendingString:[MVMCoreUIUtility hardcodedStringWithKey:@"toptabbar_tab_selected"]];
|
||||||
NSString *accString = [accLabel stringByAppendingString:[NSString stringWithFormat:[MVMCoreUIUtility hardcodedStringWithKey:@"AccTabIndex"], self.selectedIndex + 1, [self.datasource numberOfTopTabbarItems:self]]];
|
NSString *accString = [accLabel stringByAppendingString:[NSString stringWithFormat:[MVMCoreUIUtility hardcodedStringWithKey:@"AccTabIndex"], self.selectedIndex + 1, [self.datasource numberOfTopTabbarItems:self]]];
|
||||||
cell.contentView.accessibilityLabel = accString;
|
cell.contentView.accessibilityLabel = accString;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user