mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
A11y for scrollnode (#1188)
* fix SIMULATE_WEB_RESPONSE not imported #449 * Fix to make rangeMode update in right time * remove uncessary assert * Fix collection cell editing bug for iOS 9 & 10 * Revert "Fix collection cell editing bug for iOS 9 & 10" This reverts commit 06e18a10596622ff8a68835c95a23986d7bf61ea. * Add a11y support for ASSCrollNode. * Changelog * Clean up. * fix braces * add test * disable for ci
This commit is contained in:
committed by
Michael Schneider
parent
4260cc9828
commit
99fd25c5b8
@@ -312,6 +312,10 @@ __unused static NSString * _Nonnull NSStringFromASHierarchyStateChange(ASHierarc
|
||||
|
||||
@end
|
||||
|
||||
@interface ASDisplayNode (AccessibilityInternal)
|
||||
- (NSArray *)accessibilityElements;
|
||||
@end;
|
||||
|
||||
@interface UIView (ASDisplayNodeInternal)
|
||||
@property (nullable, weak) ASDisplayNode *asyncdisplaykit_node;
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user