Smooth asynchronous user interfaces for iOS apps.
8.02k
stars
1.29k
forks
source link
ASTextNode properties: isTruncated, additionalTruncationMessage, truncationAttributedText work only on truncationMode = .byWordWrapping #1897
Open
lukaszgieraltowski opened 4 years ago
Hi 👋
I'm using Texture version 3.0.0.
Sample code:
I'm adding such TextNode to a small container. It's correctly rendered, and truncated, however:
textNode.isTruncated
value isfalse
After changing
.byTruncatingTail
to.byWordWrapping
everything is fine.