Texture
Texture copied to clipboard
Smooth asynchronous user interfaces for iOS apps.
ASNetworkImageNode does not called delegate method `imageNode:didLoadImage:info` if the URL is gif. And `imageNode:didLoadImage:info` image will be nil if image is an animated image.So why not support `ASImageContainerProtocol `? it's...
// If you're looking for help, please consider joining our slack channel: // http://asyncdisplaykit.org/slack (we'll be updating the name to Texture soon) // The more information you include, the faster...
While using high resolution video, video loads and after that video not start playing, it's take some time and then start playing. I tested with below video URL on my...
iOS Version :- 15 and above. Texture - 3.1.0 We are wrapping a UITextField inside an ASDisplayNode as we have to use autofill OTP. But occasionally this approach is resulting...
Whenever I run the `scan` (unit test) command via fastlane I get the errors below. Has anyone else encountered this? Texture version: 3.1.0 Xcode version: 13.2 Fastlane command: `scan` `Error...
Hi, I switched from 2.7 to 3.0 and **i cannot select a cell anymore after transforming it.** I have a collectionNode with cells that i transform **from a (1.0) scale...
As the title said, please check it. I've posted this issue on Texture slack workspace. Some people caught it too.
I have included the Pod Texture in my xcode project. I am getting errors for one file in the module but not others. I get unresolved references to types and...
I found a pr here [Re-render Clipping Corners when User Interface Style Changes](https://github.com/TextureGroup/Texture/pull/1674) to fit the new iOS 13 dark mode, and I found a bug. here's the minimum re-produce...
This PR takes the changes related to `ASTextNode2` from https://github.com/TextureGroup/Texture/pull/1986 and merges them into master. The largest changes were: * Improved layout (with Yoga) for ASTN2 * Improved truncating with...