We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
当进入有刷新的页面,再返回上页的时候,会崩溃!(多返回,进入几次,就会出现,iOS11没有事儿) 错误如下: <ZHRefresh_Example.TableViewController: 0x100e57b30> ---> 已被释放 reason: 'An instance 0x101071c00 of class UITableView was deallocated while key value observers were still registered with it. Current observation info: <NSKeyValueObservationInfo 0x170038b00> ( <NSKeyValueObservance 0x170249ba0: Observer: 0x100e59c00, Key path: contentOffset, Options: <New: YES, Old: YES, Prior: NO> Context: 0x0, Property: 0x170249cf0> <NSKeyValueObservance 0x170249f30: Observer: 0x100e59c00, Key path: contentSize, Options: <New: YES, Old: YES, Prior: NO> Context: 0x0, Property: 0x170249f60> )'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
当进入有刷新的页面,再返回上页的时候,会崩溃!(多返回,进入几次,就会出现,iOS11没有事儿)
错误如下:
<ZHRefresh_Example.TableViewController: 0x100e57b30> ---> 已被释放
reason: 'An instance 0x101071c00 of class UITableView was deallocated while key value observers were still registered with it. Current observation info: <NSKeyValueObservationInfo 0x170038b00> (
<NSKeyValueObservance 0x170249ba0: Observer: 0x100e59c00, Key path: contentOffset, Options: <New: YES, Old: YES, Prior: NO> Context: 0x0, Property: 0x170249cf0>
<NSKeyValueObservance 0x170249f30: Observer: 0x100e59c00, Key path: contentSize, Options: <New: YES, Old: YES, Prior: NO> Context: 0x0, Property: 0x170249f60>
)'
The text was updated successfully, but these errors were encountered: