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 中,我的应用程序 tableview 文本字段缩小,文本数据显示不正确。
有人可以建议我该怎么做吗?
EX:- 用户名显示 U... 相同的其他字段
一种解决方案是实现 UITableViewDelegate 方法-tableView:heightForRowAtIndexPath:。
-tableView:heightForRowAtIndexPath:
UITableView 文档