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

Cell are not deallocation so count of cells increasing with scroll and finally app stopped working due to memory issue.

I have a tableNode with many sections (most of them contain one element while some of them are bigger). Inserting new element to section (for example first section) is almost...

Hi! I'm having a problem with `ASCollectionNode`'s `contentInset`. After hours of debugging, to me It looks like the horizontal content insets are ignored when calculating header/footer sizes. I have attached...

Any chance of supporting Catalyst anytime soon? There's a few issues with text rendering and some thread affinity stuff that seems to break when being run as UIKit on the...

enhancement

if isSeeMore { self.sayText.truncationAttributedText = NSAttributedString(string: "...", attributes: SFAttribute.get(Attribute.themeColor, .semiBold, fontSize)) self.sayText.additionalTruncationMessage = NSAttributedString(string: "See more", attributes: SFAttribute.get(Attribute.themeColor, .semiBold, fontSize)) self.sayText.maximumNumberOfLines = 2 } else { self.sayText.maximumNumberOfLines = self.sayText.lineCount self.sayText.truncationAttributedText...

let photoImageNode = ASDisplayNode { () -> UIImageView in let view = UIImageView() view.focusOnFaces = true view.contentMode = .scaleAspectFill view.stopAnimating() return view } func setWallImage(_ url : String, media :...

Why ASTextNode is overflowing instead of truncating… HStackLayout(alignItems: .center) { img1.preferredSize(.init(width: 20, height: 20)).padding(.left, 9) img2.preferredSize(.init(width: 20, height: 20)) textNode.padding(.left, 6) } ![IMG_275CCDD3349C-1](https://github.com/TextureGroup/Texture/assets/33291444/a7497bfa-f311-448e-83d3-041218877b0f)

Not a lot if activity recently.

When will the new version be released?