Texture
Texture copied to clipboard
Smooth asynchronous user interfaces for iOS apps.
Remove UIGestureRecognizerDelegate сonformance from ASCollectionNode to avoid MainActor Inheritance.
The current implementation of `ASCollectionNode` conforms to `UIGestureRecognizerDelegate`, which in turn inherits `MainActor` ``` @interface ASCollectionNode : ASDisplayNode ```
I have a footer in ASCollectionNode. I want to hide this footer after loading more data. But I can't hide it other than reloadData. I have tried these ways: ```swift...
I am receiving a crash using Xcode 16, iOS 18 and SwiftUI Previews (earlier versions of iOS < 18 work). Something related to `Texture` being in the framework search paths...
Crashed: com.apple.main-thread 0 libobjc.A.dylib 0x1f40 objc_msgSend + 32 1 Foundation 0x195c8 probeGC + 124 2 Foundation 0x1a738 -[NSConcreteMapTable objectForKey:] + 64 3 UIKitCore 0x51c698 __existingAppearancesNodesInNodeForClassAndSuperclasses_block_invoke + 92 4 UIKitCore 0x360588...
I encountered an issue with ASVideoNode where it does not handle HLS video streams properly. Instead of streaming the video in chunks (as expected with HLS), it attempts to load...
Texture Version (iOS SDK) Texture/Core (2.6) I'm trying to load an S3 adaptive bitrate stream but it seems it doesn't work with ASVideoPlayerNode. I have a master playlist with 3...
This commit introduces a complete HTML structure for a professional platform, including sections for searching professionals, posting requests, sharing content, and messaging. It also includes styling and JavaScript functionality for...
### Summary This PR adds Swift Package Manager support for Texture with IGListKit integration. ### Changes **Package.swift:** - Add SPM manifest with source distribution - Support for AsyncDisplayKit and TextureIGListKitExtensions...