Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iOS 7 では、アプリケーションのテーブルビュー テキスト フィールドが縮小し、テキスト データが正しく表示されません。
誰かが私に何をすべきか提案してもらえますか?
例:- ユーザー名に U... 同じ他のフィールドが表示されている
1 つの解決策は、UITableViewDelegate メソッドを実装すること-tableView:heightForRowAtIndexPath:です。
-tableView:heightForRowAtIndexPath:
UITableView ドキュメント