Texture
Texture copied to clipboard
Smooth asynchronous user interfaces for iOS apps.
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:  In the demo, we use `automaticallyManagesSubnodes` to manage subnode. After load, We can...
# What the title says!  You can use the sample project called **ASCollectionView** to reproduce the issue Tested...
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...