TextureGroup / Texture

Smooth asynchronous user interfaces for iOS apps.
https://texturegroup.org/
Other
8.02k stars 1.3k forks source link

Remove UIGestureRecognizerDelegate сonformance from ASCollectionNode to avoid MainActor Inheritance. #2115

Open VAndrJ opened 2 months ago

VAndrJ commented 2 months ago

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

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