I can show "... Read more" in UILabel using TTTAttributedLabel.
[lblContent setAttributedTruncationToken:str];
But I need to trigger another action when user tap on that text. I try to modify inside TTTAttributedLabel and it is not okay. How shall I do?