Texture icon indicating copy to clipboard operation
Texture copied to clipboard

Smooth asynchronous user interfaces for iOS apps.

Results 149 Texture issues
Sort by recently updated
recently updated
newest added

Hello 👋🏼 First of all, thank you for contributing to the Texture. Report a problem when switching to dark mode. Image nodes or button nodes in cell nodes do not...

SOME NODES NOT CORRECTLY SHOWING IN XCODE 12 BUILDS

# Problem Statement I created a [sample project](https://github.com/denkeni/Texture_tableViewCell_selected/) for this bug. UIKit and Texture behaviors can be compared side by side. ![Texture_issue](https://user-images.githubusercontent.com/2727287/125467901-c721c570-20cc-4c18-b266-0676f1a32b20.png) When setting `backgroundColor` of `ASCellNode`, Texture has been...

ASCellNode has no background color in iOS 13 version, but it is normal in iOS 12 or iOS 14, how can I fix it? @garrettmoon ```swift class AboutCell: ASCellNode {...

I am trying to use a `UICollectionViewCompositionalLayout` with a `AScollectionNode`. However `layoutSpecThatFits`'s constrained size ends up being : ``` ASSizeRange(394.0, 300.0), max: (394.0, 300.0) ``` and my layout can't shrink....

Texture's documentation on [UICollectionViewCell Interoperability](https://texturegroup.org/docs/uicollectionviewinterop.html) and some of the sample projects suggests changing the return value type of nodeBlockForItemAt and nodeForItemAt to ASCellNodeBlock! and ASCellNode respectively. It works really well...

Using main branch and Xcode 13 beta 2: >Class ASNavigationController is implemented in both /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices (0x1dc66fa38) and /private/var/containers/Bundle/Application/X/X.app/Frameworks/AsyncDisplayKit.framework/AsyncDisplayKit (0x101a2d778). One of the two will be used. Which one is undefined.

From https://asyncdisplaykit.slack.com/archives/C0V63R86T/p1580404488037700 I'm maintaining the library to get more power into Texture with Swift. https://github.com/muukii/TextureSwiftSupport I'd like to share with other developers who use Texture, I've added a new section...

Adds support at the Texture level for decoding additional image formats at render time once the final image size is known The Cartfile changes are because ASPINRemoteImageDownloader currently references API's...