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

This applies the suggested fix that shows up when `ASEnableVerboseLogging` is enabled: ``` external/Texture/Source/ASNetworkImageNode.mm:891:144: error: enum values with underlying type 'NSInteger' should not be used as format arguments; add an...

I updated texture to 3.1.0 via Xcode 12.5 but always stuck with **PINRemoteImage** I try to use as [guide](https://github.com/Carthage/Carthage/issues/3019)

Previously enabling alwaysHandleTruncationTokenTap would break passthroughNonlinkTouches as it didn’t check if the tap was in the additionalTruncationMessage. Feature introduced here https://github.com/TextureGroup/Texture/pull/1520

bug

When do the `collectionNode.reloadItems(at: )` the old cell is not call deinit yet. Gist: https://gist.github.com/jeffersonsetiawan/1632ffb6fb03e8edc11b87d45b71f997 Sample case in the gist code: - Collection with 10 items - Tapping the button,...

I was trying to do some stuff in `didExitVisibleState` but I noticed something weird when I try to push/present a new VC over an existing ViewController. When I **present** a...

Community Debugging
Needs More Info

Xcode Version :- 12.5 iOS Version :- 14.5 and above all. Texture Version :- 3.0.0 We have found a crash while setting edit mode on the table node. There are...

Texture doesnt support custom `UICollectionViewLayout` as it is hardcoded to support only `UICollectionViewFlowLayout`. `ASCollectionViewProxy` intercepts the selector `collectionView:layout:sizeForItemAtIndexPath:` and propagates the values directly to the `UICollectionViewFlowLayout` in the `prepare` method....