Open VAndrJ opened 2 months ago
The current implementation of ASCollectionNode conforms to UIGestureRecognizerDelegate, which in turn inherits MainActor
ASCollectionNode
UIGestureRecognizerDelegate
MainActor
@interface ASCollectionNode : ASDisplayNode <ASRangeControllerUpdateRangeProtocol, ASRangeManagingNode, UIGestureRecognizerDelegate>
The current implementation of
ASCollectionNode
conforms toUIGestureRecognizerDelegate
, which in turn inheritsMainActor