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
When using AutoLayout and building a UIView that contains one or various RTLabel, if you want the size of the UIView to depends on the size of the RTLabel, the RTLabel class needs to be extended in order to override the intrinsicContentSize function to return [self optimumSize].
It would be nice to have this feature added by default in the RTLabel class.
The text was updated successfully, but these errors were encountered:
When using AutoLayout and building a UIView that contains one or various RTLabel, if you want the size of the UIView to depends on the size of the RTLabel, the RTLabel class needs to be extended in order to override the intrinsicContentSize function to return [self optimumSize].
It would be nice to have this feature added by default in the RTLabel class.
The text was updated successfully, but these errors were encountered: