I am trying to find a way to set accessibilityLabel for my tableview's header text.
-(NSString *)tableView:(UITableView *)tableView titleForHeaderInSection:(NSInteger)section {
return @"Table View Header";
}
In my case, my accessibility label is different from the returned tableview's header text.