Displaying component identifiers
Summary: Adding the new "Identity" section to CK components' description. Reviewed By: cuva Differential Revision: D19948738 fbshipit-source-id: cbd9bc9c77b6f6503e10cfc75581ef4b94dd0247
This commit is contained in:
committed by
Facebook GitHub Bot
parent
127cb604be
commit
f544d95953
@@ -217,6 +217,13 @@ static CK::StaticMutex _mutex = CK_MUTEX_INITIALIZER;
|
||||
}
|
||||
}
|
||||
|
||||
if (auto const i = self.uniqueIdentifier) {
|
||||
[data addObject:[SKNamed newWithName:@"Identity"
|
||||
withValue:@{
|
||||
@"uniqueIdentifier" : SKObject{i},
|
||||
}]];
|
||||
}
|
||||
|
||||
// Only add accessibility panel if accessibilityContext is not default
|
||||
CKComponentAccessibilityContext accessibilityContext =
|
||||
[self viewConfiguration].accessibilityContext();
|
||||
|
||||
Reference in New Issue
Block a user