Texture icon indicating copy to clipboard operation
Texture copied to clipboard

Remove UIGestureRecognizerDelegate сonformance from ASCollectionNode to avoid MainActor Inheritance.

Open VAndrJ opened this issue 5 months ago • 0 comments

The current implementation of ASCollectionNode conforms to UIGestureRecognizerDelegate, which in turn inherits MainActor

@interface ASCollectionNode : ASDisplayNode <ASRangeControllerUpdateRangeProtocol, ASRangeManagingNode, UIGestureRecognizerDelegate>

VAndrJ avatar Sep 01 '24 15:09 VAndrJ