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

gif image disappear for a second and then show again when scroll back in a tableView or collectionView. [example](https://github.com/yang152412/TextureBug.git) [example gif](https://ddimg.ddxq.mobi/TextureBugGif.gif) [error image](https://ddimg.ddxq.mobi/d4e8be34f3c7581529484049901.gif)

When using Texture with Carthage, compile fails on Xcode 12. Reason for this Texture still uses old implementation of PINRemoteImage & PINCache libs. Cartfile should be update to use master...

If you don't use a return value, using forEach method is better than the map method. and removed unnecessary semicolon.

Please see demo project: https://github.com/junjielu/InterfaceStateTest The cell nodes interface state is just as image below: ![untitled diagram](https://user-images.githubusercontent.com/5674818/43635592-207a0de4-9742-11e8-8301-a6c80ec91503.png) In the demo, we use `automaticallyManagesSubnodes` to manage subnode. After load, We can...

# What the title says! ![simulator screen shot - iphone 7 - 2017-09-19 at 14 01 13](https://user-images.githubusercontent.com/2903998/30591462-42a78670-9d43-11e7-8fcd-d1480ed79f0c.png) You can use the sample project called **ASCollectionView** to reproduce the issue Tested...

iOS 11

Hi 👋 I'm using Texture version 3.0.0. Sample code: ``` let textNode = ASTextNode() textNode.maximumNumberOfLines = 1 textNode.truncationMode = .byTruncatingTail textNode.attributedText = NSAttributedString(string: someLongString) ``` I'm adding such TextNode to...

CustomCollectionView demo中 [_sections addObject:[NSMutableArray array]]; 是什么作用 _sections = [NSMutableArray array]; [_sections addObject:[NSMutableArray array]]; for (NSUInteger idx = 0, section = 0; idx < kNumberOfImages; idx++) { NSString *name = [NSString...

The background in as_resizableRoundedImageWithCornerRadius is created using a stretchable image, whose center 1x1 area will be later stretched to fit the entire content area. However, the color of the center...

In iOS 14, using [pull down menus](https://developer.apple.com/design/human-interface-guidelines/ios/controls/pull-down-menus/) is a core UX component that largely replaces action sheets. To help facilitate this, `UIAction` replaces a lot of what previously was the...

question