mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Add properties for accessibilty to ASDisplayNode to support layer backed nodes
This commit is contained in:
@@ -695,6 +695,10 @@ NS_ASSUME_NONNULL_END
|
||||
- (nullable UIView *)preferredFocusedView;
|
||||
#endif
|
||||
|
||||
@end
|
||||
|
||||
@interface ASDisplayNode (UIViewBridgeAccessibility)
|
||||
|
||||
// Accessibility support
|
||||
@property (atomic, assign) BOOL isAccessibilityElement;
|
||||
@property (nullable, atomic, copy) NSString *accessibilityLabel;
|
||||
|
||||
Reference in New Issue
Block a user