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:
Max Wang
2018-10-29 16:07:50 -07:00
committed by Michael Schneider
parent 4260cc9828
commit 99fd25c5b8
5 changed files with 60 additions and 8 deletions

View File

@@ -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