【发布时间】:2018-04-12 09:56:36
【问题描述】:
here is a storyboard image. i have take a dynamic tableviewcell 我尝试过拖放UITableViewCell并从情节提要更改行高,它无法在运行时扩展单元格高度。
在Xcode 9.0.1 和Swift 4 中,我遇到了关于单元格高度在运行时没有增加的问题。所以,请帮助我解决这个问题。
【问题讨论】:
-
您使用的是静态单元格还是动态单元格?
-
使用表格单元约束布局和表格视图委托/数据源的来源展示您的故事板设计
-
@MartinMuldoon - 动态单元格
-
@Krunal- Storyboard design screen short :-i.stack.imgur.com/Plku3.png
标签: ios swift uitableview tableview row-height