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.