Is it possible to set exception paths on UILabel? The Apple documentation states that UILabel is now built on TextKit, but UILabel does not seem to provide the textContainer property.
I want to implement a tableview cell that includes several labels and a roux marker that the labels should not overlap (shown below).

If this is not possible with UILabel, how can I make a TextView action like a UILabel (without scrolling, highlighting, etc.) and size it to fit its contents?
ios objective-c iphone uitableview textkit
bencallis
source share