Reading List
TextKit Custom Truncation from Michael Tsai RSS feed.
TextKit Custom Truncation
Amy Worrall: TextKit has the option to truncate the last line of text if there’s more text than will fit in the container. It does this by displaying an ellipsis. But what if you wanted to display something else to indicate truncation? (In my case, the string “See More”, which will function like a button.) […]