У меня есть UITableView
, который выглядит следующим образом:

When a user changes the iOS text size settings, the layout changes.

Layout gets changed where the detail label gets pushed under the title, and the disclosure indicator gets very large. This happens with standard cell layout and custom cell layout with my own UILabel
subviews.
введите описание изображения здесь
Я не готов поддерживать тип Dynami c, поэтому есть ли способ не разрешить iOS изменять макет моего UITableViewCells
?