简体   繁体   English

iOS tableview在UiBuilder中显示为空

[英]iOS tableview appearing empty in UiBuilder

I'm using a long tableview. 我正在使用较长的表视图。 All of the cells are visible when I run the simulation but in the UIBuilder, only the top visible cells are showing. 运行模拟时,所有单元格都是可见的,但在UIBuilder中,仅显示顶部可见的单元格。 When I scroll further down through the table in UIBuilder, the cells are blank. 当我向下滚动UIBuilder中的表时,单元格为空白。 This has only been an issue since I updated Xcode. 自从我更新Xcode以来,这只是一个问题。 Has anyone run into this issue before? 有人遇到过这个问题吗? I'm currently using Xcode version 7.1.1 我目前正在使用Xcode版本7.1.1

This is a recent bug in interface builder. 这是界面生成器中的最新错误。 As a work around, change the size of the view controller in simulated metrics from inferred to freeform and increase the height until a cells render their content. 解决方法是,将模拟指标中的视图控制器的大小从推断更改为自由形式,并增加高度,直到单元格呈现其内容为止。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM