I'm using a standard UITableViewCell and just populating textLabel and detialTextLabel. I want the lables to wrap and show the "..." at the end. This all appears to work fine EXCEPT if I'm using one of the accessibility font sizes. In this case, the entire text is displayed which corrupts my ell because I'm only expecting one line of text for textLabel and detialTextLabel.
This appears to only happen in iPad 12.9"; other devices wor as expected. Same symptom in iOS 11 & 12.
How can get the labels to truncate even when using accessibility font sizes?