forkingdog / UITableView-FDTemplateLayoutCell

Template auto layout cell for automatically UITableViewCell height calculating
MIT License
9.94k stars 2.01k forks source link

fd_reloaddata 循环引用 内存溢出 崩溃 #275

Open szlsay opened 7 years ago

szlsay commented 7 years ago

在小工程中没有遇到这个问题,但是在大的项目有发生崩溃, 主要在于 fd_reloaddata方法之后有 fdprimarycall([self fd_reloadData])

PSSDeveloper commented 7 years ago

我也遇到这个问题了,内存飙到很高,然后就崩溃了

Batxent commented 5 years ago

在小工程中没有遇到这个问题,但是在大的项目有发生崩溃, 主要在于 fd_reloaddata方法之后有 fdprimarycall([self fd_reloadData])

同样遇到了这个问题,请问有什么解决方案吗? @STShenZhaoliang @PSSDeveloper