Texture
Texture copied to clipboard
Smooth asynchronous user interfaces for iOS apps.
This PR fixes the following deprecation warning: "Function declaration without a prototype"
Will multiple `ASDimensions` with different `ASDimensionUnit` values all used within one `ASLayoutElementStyle` instance occur in the real world? I'm asking because `ASLayoutElementStyle` basically has 12 of these that I can...
Hello. I found a bug, when I wanted to "displaysAsynchronously = false" my ASNetworkImageNode. At first time image shows correctly, but after reloadData is called, it disappears. To reproduce this...
### ◽️When it happens: Always, 100% reproducible ### ◽️Current Behavior: If there is a scrolling animation, inserting rows before visible content still shifts the whole tableview. Works properly only when...
can't find focus delegate methods in collectionNodeDelegate. ASCellNodes not focusing in CollectionNode
Tested run on Intel Mac with no issue. ``` Details Unable to install "ASDKgram-Swift" Domain: com.apple.dt.MobileDeviceErrorDomain Code: -402620388 User Info: { DVTErrorCreationDateKey = "2023-02-04 13:16:20 +0000"; IDERunOperationFailingWorker = IDEInstalliPhoneLauncher; }...
I am struggling with installation through Carthage. The package is all installed well, but the problem happened when using `ASPINRemoteImageDownloader`. Encountered error was: error build: `Undefined symbol: _OBJC_CLASS_$_ASPINRemoteImageDownloader` Details are...
I am very new to `Texture/AsyncDisplayKit`. I am able to reproduce the issue with this simple code. I basically want to show a 10x10 square at the bottom right of...
I am using the Texture/AsyncDisplayKit library: https://github.com/texturegroup/texture I am trying to implement "swipe to perform action" in a `ASCellNode`. The problem is that the `UIPanGestureRecognizer` prevents the table from scrolling....
There are many chat applications that rely on inverted CollectionView. Cell taps were broken in the 3.0.0 release, this change fixes taps for such cases. It contains the same code...