我有一個iOS應用程序almos完成,但我發現了一個錯誤。我有一個UITableView與單元格上的原型單元格和UILabel。在運行時,我將文本放在標籤中,並使用方法sizeToFit()
來調整標籤大小。這works fine on iOS8
但iOS7一個得到error of breaking constrains
和的UILabel根本就沒有調整。UILabel sizeToFit突破限制只有在iOS 7
我需要你的幫助,它是我必須做發佈的應用程序的唯一的事。
的約束:
UILabel to top of cell content - 10
UILabel to bottom of cell content - 10
UILabel to left of cell content - 5
UILabel to right of cell content - 5
P.S - 我沒有做一個單元格高度定義的,我不使用method estimatedCellSize
。
爲什麼你需要調用sizeToFit? – Wain
由於在運行時添加了te文本,我不知道文本長度,所以我使用它來調整標籤的大小以適應文本。 – EduardoNogueira
與Swing無關。請在對問題進行掌控之前**閱讀**有用的標記彈出窗口。 –