UITableView中的宽度单元格的问题

时间:2018-10-19 02:50:47

标签: swift uitableview

我对UITableView的宽度有一个奇怪的问题。当我创建带有CellView的UITableView时。在内部,我将尾随并排的视图与8并排放置。但是,当我更改设备时,内容视图仍然很奇怪,如果我关闭Xcode并重新启动它,那么布局就可以了。当我编译我的应用程序时,视图再次变得奇怪,如果向下滚动,则de UICell会自动调整。可以是什么?查看屏幕顺序:

PS:此问题在xcode 10和10.1 beta中发生。

1)我在选择iPhone SE的情况下创建布局 I Create layout with iphone SE selected

2)我将设备更改为8,然后看一下正确的约束 I changed the device to 8 then take a look in the right constraint

3)我只重新启动了xcode,布局再次正常工作 I only restarted the xcode and the layout works again

4)当我编译应用程序时,布局再次变得奇怪 When I compile the app, the layout stay strange again

5)如果我向下移动屏幕,则重新进行版式设计 If I do a screen down, then de layout works again

0 个答案:

没有答案