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

使用tableview 的deleteRowsAtIndexPaths 方法 闪退 #217

Closed OnVo closed 7 years ago

OnVo commented 7 years ago

断点最后停留处 SDCellAutoHeightManager文件的

beiguancyc commented 7 years ago

同样在deleteRowsAtIndexPaths 时闪退

gsdios commented 7 years ago

先参照下demo5.demo5点击cell时会删除对应cell。