プロトタイプセルを含むテーブルがあります。私のプロジェクトは自動レイアウトを使用しています。
セルにはいくつかのラベルがあり、テキストの長さはさまざまです。長すぎてデフォルトのサイズに収まらない場合があります。
What I'd like to change label/cell size dynamically to enable to show the whole text. If needed, add more rows automatically.
I'd tried label's sizetofit, it simply does not do anything.