After an upgrade to xcode 7.3.1 my code triggered the infamous "Preferred Max Layout Width" error messages. I didn't manage to fix it for earlier iOS versions, so I finally changed the "builds for" to "iOS 8.0 and later" and the error messages disappeared. It now builds and runs well on iPad, but my UILables are still truncated on iPhone simulations.
Labels are set to "autoshrink: fixed font size". When I choose "autoshrink: minimum font size" instead, the font gets too small, because the view field height isn't extended automatically. I gave the text 10 lines, but it only displays 2 lines and then truncates (it's set to "truncate tail"). How can I achieve to see the full text displayed on iPhones?