In the NIB editor I specify a UILabel with 0 lines (i.e. unlimited) and enter some text that takes up a full line. However, this causes the UILabel to expand to take up 2 lines worth of space (as shown). Any way to prevent this?
Updated with clearer image. This is inside a custom cell, with constraints, 2 cells shown in the TableView. I want the first UILabel to be sized correctly, for 1 line, like the 2nd.