标签: uikit
我在项目中看到以下代码:
override func layoutSubviews() { super.layoutSubviews() self.layoutIfNeeded() .... }
不是应该引起无限循环 还是很好??