2016-01-20 116 views

回答

2

解決它通過對財產的UILabel減去preferredMaxLayoutWidth可能偏移使用的是在你的佈局提供了單元格的寬度。

self.yourUIlabel.preferredMaxLayoutWidth = CGRectGetWidth(self.bounds) - yourOffsets; 

在這裏找到了答案:http://johnszumski.com/blog/auto-layout-for-table-view-cells-with-dynamic-heights

類似的問題:Word Wrap not working for UILabel & UILabel not wrapping text correctly sometimes (auto layout)

但一些問題依然存在,爲什麼我沒有需要的UITableViewCell

這裏面財產