TTTAttributedLabel を使用して、UILabel に "... Read more" を表示できます。
[lblContent setAttributedTruncationToken:str];
しかし、ユーザーがそのテキストをタップしたときに別のアクションをトリガーする必要があります。TTTAttributedLabel 内を変更しようとしましたが、うまくいきません。どうしよう?
TTTAttributedLabel を使用して、UILabel に "... Read more" を表示できます。
[lblContent setAttributedTruncationToken:str];
しかし、ユーザーがそのテキストをタップしたときに別のアクションをトリガーする必要があります。TTTAttributedLabel 内を変更しようとしましたが、うまくいきません。どうしよう?