对于UITableViewCell,我正在使用
// Set Accessibility Identifiers
[cell setAccessibilityIdentifier:[NSString stringWithFormat:@"%@_%ld",SETTINGS_MY_PROFILE_CollectionView_Cell,(long)indexPath.row]];
此回复
{"element-id":"settings_my_profile_CollectionView_Cell_0",
"element-type":"VZIPTVProfileColorSelectorCell"},
{"element-id":"settings_my_profile_CollectionView_Cell_1",
"element-type":"VZIPTVProfileColorSelectorCell"}
如何设置"element-name" along with "element-id" & "element-type" for
UITableViewCell`?任何直接的间接方法?