我已经查看了许多与此问题相关的解决方案,但仍无法使其正常工作。
我有UITableView
,其中包含多个UITableViewCells
。在其中一个UITableViewCell
中,有一个UIStackView
,其中还包含动态确定的多个UIStackViews
。
即,层次结构类似于:
UITableView -> UITableViewCell -> UIStackView -> UIStackView(multiple)
现在,当我滚动UITableView
时,它会给人一种生涩的体验。没有含糊不清的AutoLayout constraints
。