gpt4 book ai didi

ios - 提交 EditingStyle 删除按钮不会显示

转载 作者:行者123 更新时间:2023-11-28 13:19:33 24 4
gpt4 key购买 nike

我有一个疯狂的问题。我想在我的应用程序中使用 Swift 在我的 UITableView 中实现“滑动删除”。

一些非常简单的事情,滑动工作正常,但从未显示我的红色删除按钮。

func tableView(tableView: UITableView, canEditRowAtIndexPath indexPath: NSIndexPath) -> Bool {
// If a row could not be edited we have to return false for the row index
return true
}

func tableView(tableView: UITableView, commitEditingStyle editingStyle: UITableViewCellEditingStyle, forRowAtIndexPath indexPath: NSIndexPath) {

}

我已经在 3 个新项目上对此进行了测试,当我自己编写这些功能时,按钮从未显示,我不知道为什么!

我肯定已经下载了他的代码,他的代码工作正常,我有删除按钮。

我的 TableView 工作正常,没有错误,没有问题,调试器告诉我没有任何用处。我迷路了!这是 Xcode 的错误吗?这里有一个屏幕 My issue我想要什么: Yay

你们有什么想法吗?

最佳答案

对不起浪费时间的人,我遇到了和这里一样的问题:

Monotouch "Swipe To Delete" CommitEditingStyle Not Firing

我的表格 View 比屏幕范围大...所以我的按钮在这里,但我看不到它!

感谢您的帮助! 捂脸

关于ios - 提交 EditingStyle 删除按钮不会显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27024750/

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