iphone - 如何在 scrollViewDidScroll 方法中获取触摸位置?
<p><p>我尝试在滚动屏幕时获取触摸位置。
我尝试从 touchBegin() 获取它,但我做不到。
那是因为 touchBegin 在滚动过程中从未调用过。
我怎么解决这个问题???
快速回答我。</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>使用 ScrollView 手势识别器:</p>
<pre><code>-(void)scrollViewDidScroll:(UIScrollView *)scrollView
{
CGPoint positionInView = ;
}
</code></pre></p>
<p style="font-size: 20px;">关于iphone - 如何在 scrollViewDidScroll 方法中获取触摸位置?,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/7373106/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/7373106/
</a>
</p>
页:
[1]