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

**Description of the issue: We have an SDK that utilizes the Texture library and when applications integrate our SDK while using FBSnapshotTestCase Framework to run UI Tests, tests will fail...

Before this change, the image asset (which may contain multiple reps of an image for differing traits) was only consulted when the trait collection changed. But in cases where display...

Just move https://github.com/TextureGroup/Texture/pull/1798 here For further detail & discuss check out the old mr ## Before `UIView` & `UIViewController` both has a callback when traitCollection changed: `- (void)traitCollectionDidChange:(UITraitCollection *)previousTraitCollection` ASDK...

We have an SDK that utilizes the Texture library and when applications that use our SDK also use the Texture library independently they receive a duplicate symbols warning at runtime,...

iOS 15 tableNode内容会向下偏移35pt

Hi Texture Team, There is an issue about when I insert headIndent or firstLineHeadIndent into NSParagraphStyle and add to NSAttributedString in both ASTextNode or ASTextNode2 - **Examples test cases for...

- **Examples test cases for showing truncated line with wrong layout (Truncation Message overflows the box)** [1d012ab](https://github.com/TextureGroup/Texture/commit/1d012ab13ec59349d01bdd5fe2c06d49190db3fd) - **Fixing and Add Screenshot Test** [9ca2aa2](https://github.com/TextureGroup/Texture/commit/9ca2aa2fa0702431f93c5e679985a3a08465a3a9)

I am using **XCode 12.5** and install --> **pod "Texture"** When i run the app i am getting some errors related to **"PINCache"** Please help me to solve these errors....

UIApplication.shared.windows.forEach { window in window.overrideUserInterfaceStyle = UIUserInterfaceStyle.currentMode } This code working for UIKit fine but when i go to Texture Classes like ASViewController/ASDisplayNode it stopped working If i toggle mode...