gpt4 book ai didi

ios - UITableView 编辑模式删除按钮隐藏在 iPhone 4s 中

转载 作者:可可西里 更新时间:2023-11-01 01:58:10 25 4
gpt4 key购买 nike

删除按钮在较小的分辨率下不完全可见。

func tableView(_ tableView: UITableView, canEditRowAt indexPath: IndexPath) -> Bool {
return true
}

func tableView(_ tableView: UITableView, commit editingStyle: UITableViewCellEditingStyle, forRowAt indexPath: IndexPath) {
if (editingStyle == UITableViewCellEditingStyle.delete) {
}
}

下面是我的截图

enter image description here

更新 1

tableview 单元格约束的屏幕截图

enter image description here

最佳答案

好的,从您的评论来看,您的 TableView 没有正确地约束到 View 。因此,您的单元格“悬挂”在屏幕的右边缘。

要解决此问题,您应该在 Storyboard 中添加约束。

选择表格 View 并点击添加约束按钮。选中四个边,在方框中填入 0。

然后点击“添加约束”,这应该可以解决您遇到的问题。

添加约束按钮是 Interface Builder 屏幕右下角看起来像星球大战领带战斗机的按钮...

enter image description here

关于ios - UITableView 编辑模式删除按钮隐藏在 iPhone 4s 中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49357453/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com