gsdios / SDAutoLayout

One line of code to implement automatic layout. 一行代码搞定自动布局!支持Cell和Tableview高度自适应,Label和ScrollView内容自适应,致力于做最简单易用的AutoLayout库。The most easy way for autoLayout. Based on runtime.
MIT License
5.9k stars 1.28k forks source link

列表跳动 #241

Closed winterrain5 closed 6 years ago

winterrain5 commented 6 years ago

在列表加载更多数据的时候,特别是cell高度变化较大的情况下,列表会跳动,UI上的效果就是最新加载的cell会被顶上去导致直接看不到,微信朋友圈的demo也是同样的情况,不知道是不是在计算cell高度的时候造成的问题

winterrain5 commented 6 years ago

确认了是ios11的bug