I’m using Swift 4, Xcode 9
I have a custom table cell with a label in it. It is set to have number of lines = 0 (unlimited) and text wrap. See the following cell:
I have the leading layout set to be as big as the image shows, but trailing is set to be flush with the right side of the cell. When I set a background on the label, it starts at the beginning of the text and spans all the way to the right of the cell, as expected. Therefore, it looks like the word “septum” should certainly fit on the first line.
Question: what are the possibilities for why it’s wrapping incorrectly?
I have not found any similar question/situation. Thanks for any suggestions!