I have an ASStackLayoutSpec as the container for numerous other nodes. One of those subnodes is an ASTextNode with a maximumNumberOfLines set to 4. If a user clicks a "Read More" button underneath, I want to be able to remove the max lines and resize the ASTextNode so that everything displays.
Can anybody point me in the right direction?
Thank you!