An instance 0x15718ca00 of class UITableView was deallocated while key value observers were still re

来源:互联网 发布:程序员的缺点 编辑:程序博客网 时间:2024/06/04 18:22

采用了下拉刷新的第三方框架,没有在页面消失的时候释放

解决方案,

- (void)dealloc

{

    [self.headerfree];

}


0 0
原创粉丝点击