菜鸟教程小白 发表于 2022-12-13 10:59:44

ios - 滚动 UITableView 以显示选定的单元格


                                            <p><p>如果我有一个包含选定单元格的 <code>UITableView</code>,我该如何滚动表格以使选定单元格可见? (或者更好,使该单元格位于屏幕中间)。</p>

<p>谢谢!</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>有一个 <a href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITableView_Class/#//apple_ref/occ/instm/UITableView/scrollToNearestSelectedRowAtScrollPosition:animated:" rel="noreferrer noopener nofollow">special method</a>为此:</p>

<pre><code>;
</code></pre></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 滚动 UITableView 以显示选定的单元格,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/30783734/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/30783734/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 滚动 UITableView 以显示选定的单元格