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
{{ message }}
This repository was archived by the owner on Oct 25, 2022. It is now read-only.
Please add at least
return [_currentLabel sizeThatFits:size];
}
return [_currentLabel intrinsicContentSize];
}
... as well as this to setText:
[self invalidateIntrinsicContentSize];
[self setNeedsLayout];
... sadly this doesn't fix everything for me