无法设置"元素名称" UITableViewCell的可访问性标识符

时间:2016-11-21 09:43:27

标签: ios uitableview xcode-ui-testing

  1. 对于UITableViewCell,我正在使用

    // Set Accessibility Identifiers
    [cell setAccessibilityIdentifier:[NSString stringWithFormat:@"%@_%ld",SETTINGS_MY_PROFILE_CollectionView_Cell,(long)indexPath.row]];
    
  2. 此回复

    {"element-id":"settings_my_profile_CollectionView_Cell_0", 
    "element-type":"VZIPTVProfileColorSelectorCell"}, 
    {"element-id":"settings_my_profile_CollectionView_Cell_1",
    "element-type":"VZIPTVProfileColorSelectorCell"}
    
  3. 如何设置"element-name" along with "element-id" & "element-type" for UITableViewCell`?任何直接的间接方法?

0 个答案:

没有答案