You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GTMFadeTruncatingLabel extends UILabel but only uses the text property. Styling in the attributedText property is ignored.
However, support for attributedText can be easily added. I don't have a full patch yet, but I've been hacking on some code (see https://gist.github.com/justindonnelly/6b41261bf8ca0110b0a3e9edd72fb475) and can confirm that this works in both iOS 9 and iOS 10. Can someone advise on whether this approach makes sense?
The text was updated successfully, but these errors were encountered:
GTMFadeTruncatingLabel extends UILabel but only uses the text property. Styling in the attributedText property is ignored.
However, support for attributedText can be easily added. I don't have a full patch yet, but I've been hacking on some code (see https://gist.github.com/justindonnelly/6b41261bf8ca0110b0a3e9edd72fb475) and can confirm that this works in both iOS 9 and iOS 10. Can someone advise on whether this approach makes sense?
The text was updated successfully, but these errors were encountered: