RTLabel icon indicating copy to clipboard operation
RTLabel copied to clipboard

Intrinsic content size information

Open bcaver opened this issue 9 years ago • 0 comments

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.

bcaver avatar Feb 21 '17 15:02 bcaver