gpt4 book ai didi

swift - 从 CoreData 中删除对象

转载 作者:行者123 更新时间:2023-11-28 10:21:05 24 4
gpt4 key购买 nike

我想在警报中从 CoreData 中删除一个对象,但出现了这个错误。我所发现的只是 TableView 中使用滑动删除它的功能,但我希望它出现在警报中。感谢帮助。

Cannot call value of non-function type `Set<NSManagedObjekt>`

这个错误是什么意思?我在代码中将其设为!NSManagedObject

这是删除对象的警报代码:

DeleteAlert.addAction(UIAlertAction(title: "Delete", style: .Destructive, handler: { (action) -> Void in

let indexPath = self.BookTableView.indexPathForSelectedRow


mgdContext.deletedObjects(book[indexPath!.row] as! NSManagedObject)

do {
try self.mgdContext.save()
} catch {
print("error")
}

}))

最佳答案

这只是一个错字:deleteObject(, (without d and without s),
可能是由于误导性代码完成而发生的。

关于swift - 从 CoreData 中删除对象,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34976413/

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