An instance 0x7fe8d98df600 of class UITableView was deallocated while key value observers were still registered with it.
之前使用MJRefreshHeaderView老版本的时候,需要在dealloc里面 ,调用
[_header free];
[_footer free];
An instance 0x7fe8d98df600 of class UITableView was deallocated while key value observers were still registered with it.
之前使用MJRefreshHeaderView老版本的时候,需要在dealloc里面 ,调用
[_header free];
[_footer free];