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
I've been using a UILabel in a view that's been working great for months. I've got to my XIB and changed the class to an OHAttributedLabel and my multi-line logic has suddenly stopped working.
For the UILabel I simply called sizeToFit and it worked the magic, however here that doesn't seem to be the case. I end up with a single line of text with "..."'s at the end.
Is there something special I should do to get it working?
The text was updated successfully, but these errors were encountered:
I've been using a UILabel in a view that's been working great for months. I've got to my XIB and changed the class to an OHAttributedLabel and my multi-line logic has suddenly stopped working.
For the UILabel I simply called sizeToFit and it worked the magic, however here that doesn't seem to be the case. I end up with a single line of text with "..."'s at the end.
Is there something special I should do to get it working?
The text was updated successfully, but these errors were encountered: