I am trying to ellipsize some labels in my iOS app.
Label.ellipsize and Label.wordWrap are Android only.
I found this JIRA ticket that was closed as a duplicate with the comment that the attributed string functionality should cover this scenario. That ticket was completed several months before the comment was made.
I cannot find any information about making ellipsizing work with attributed strings in Titanium. Most of the links I have found that describe how to do this in objective c seem to be using paragraph functionality. It doesn't appear to me that paragraphs are implemented for attributed strings in Titanium. Is that true? Am I missing something?