UIStackView and multi-line labels in a UITableViewCell

旧时模样 提交于 2019-12-05 12:18:59

The problem is at the time of cell initialisation the width of the cell will be 600 by default so it will calculate the height of the row based on 600 width. This is because cell is created in the storyboard with size classes.

i think it will be a bug in the beta version and as a solution of this take your cell in xib and then use . It will work fine.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!