зеркало из https://github.com/microsoft/ace.git
Map Uid to accessibilityIdentifier on iOS
This commit is contained in:
Родитель
5f383f8e30
Коммит
f4f6b0bba0
|
@ -138,6 +138,10 @@
|
|||
// TODO: Invalidate relevant layout
|
||||
return true;
|
||||
}
|
||||
else if ([propertyName hasSuffix:@".Uid"]) {
|
||||
instance.accessibilityIdentifier = (NSString*)propertyValue;
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче