iphone - 如何以编程方式向下滚动表格
<p><p>我正在使用 UITable 实现气泡聊天,
我希望每次有人发布消息时表格向下滚动。
是否可以使表格 View 向下滚动?
我该怎么做?</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>你可能想要调用这个方法:</p>
<pre><code> atScrollPosition:UITableViewScrollPositionTop animated:YES];
</code></pre></p>
<p style="font-size: 20px;">关于iphone - 如何以编程方式向下滚动表格,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/4280471/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/4280471/
</a>
</p>
页:
[1]