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

删除单个cell,发生crash #315

Open CherishSmile opened 5 years ago

CherishSmile commented 5 years ago

当我调用删除单个cell的方法时,发生crash。仅仅是集成了这个库而已,并没有使用。

image image
liujunliuhong commented 5 years ago

检查下代码,看看是不是数据源问题,如果都排除了,那么把删除方法换成系统的方法再试试会不会崩溃