UITableView单元格多行方向问题
我创建了一个小型企业应用程序。在我的应用程序中,我使用横向和纵向模式方向。在 UITableView 单元格中,多行不适合两种模式...那么如何解决这个问题...
I was created one small business application.. In my application i used landscape and portrait mode orientation. Here in UITableView cell the multiline does not fit toboth modes...So how can solve this problem...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须更改 UITableView 的 autoresizingMask。
您可以通过编程方式执行此操作,或者建议通过 Interface Builder 执行此操作(请参阅尺寸检查器中的“自动调整大小”)。
希望这有帮助。
You have to change the autoresizingMask of the UITableView.
You can do that programmatically or, recommended, throught Interface Builder (see "Autosizing" inside the Size Inspector).
Hope this helps.