Crash on EXC_Breakpoint Scroll View

前端 未结 3 812
误落风尘
误落风尘 2021-02-19 15:39

This is a new problem I have been having ever since I\'ve been updating my app for iOS 7. Everytime I launch the app on my device or simulator, I get this error code

Re

3条回答
  •  感动是毒
    2021-02-19 15:51

    or if you watching for table view scrolling

    - (void)viewWillDisappear:(BOOL)animated
    {
        _table.delegate = nil;
    }
    

    Anyway its strange to call notification or something like that on dealloc enter image description here

提交回复
热议问题