UITableViewCell中具有约束的动画启动不正确

时间:2016-01-20 05:13:07

标签: ios swift uitableview autolayout

我遇到了一个问题,我通过调整自动布局约束来设置表格单元格中简单UIView的大小。

当我第一次启动表时,一切都被打破了。

enter image description here

如果我重新加载桌子,它会很漂亮。

enter image description here

这是一个只有几行代码的单一视图控制器。请下载此demo project以查看其实际效果。

这是我整个UIViewController中的代码:

{{1}}

viewBarArea只是红色视图的父视图,只是表示条形图的最大尺寸。

1 个答案:

答案 0 :(得分:3)

使用此行cellForRowAtIndexPath就可以了

let cell = tableView.dequeueReusableCellWithIdentifier("TableCell", forIndexPath: indexPath) as! TableCell