Texture
Texture copied to clipboard
Smooth asynchronous user interfaces for iOS apps.
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...
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) } 
Not a lot if activity recently.
for index in 0..
When will the new version be released?