菜鸟教程小白 发表于 2022-12-12 14:48:17

ios - UITableView:最后一个单元格不完全可见


                                            <p><p>在我的自定义 <code>UITableViewCell</code> 中,我将行高设置为 </p>

<pre><code>- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath {
    return 70;
}
</code></pre>

<p>因此(我相信),当呈现数据时,最后一个单元格没有正确呈现。 </p>

<p> <img src="/image/ZRx1T.png" alt="enter image description here"/> </p>

<p>这发生在我设置 <code>heightForRowAtIndexPath</code> 的所有 View 上。如何修复它,以便我也可以看到最后一个单元格?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>您正确返回了单元格的高度,这个问题似乎与表格 View 有关,而不是单元格,我认为您需要降低表格 View 的高度。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - UITableView:最后一个单元格不完全可见,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/29203168/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/29203168/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - UITableView:最后一个单元格不完全可见