ios - UIScrollView 崩溃
<p><div>
<aside class="s-notice s-notice__info post-notice js-post-notice mb16"role="status">
<div class="d-flex fd-column fw-nowrap">
<div class="d-flex fw-nowrap">
<div class="flex--item wmn0 fl1 lh-lg">
<div class="flex--item fl1 lh-lg">
<b>已结束。</b>此问题需要<a href="https://stackoverflow.com/help/minimal-reproducible-example" rel="noreferrer noopener nofollow">debugging details</a> .它目前不接受答案。
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>试试下面的。它对我有用</p>
<pre><code>self.scrollView.delegate = nil;
self.scrollView = nil;
</code></pre>
<p>我使用 ARC 没有多大意义,但它对我有用。</p>
<p>还要检查scrollview 的superview 的 ViewController 是否是弱引用。这也可能是一个问题。祝你好运。</p></p>
<p style="font-size: 20px;">关于ios - UIScrollView 崩溃,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/29642339/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/29642339/
</a>
</p>
页:
[1]