标签: ios swift
我想为核心数据NSPredicate创建NSFetchRequest。属性toBeDeleted是NSNumber。我是否需要在格式字符串中插入boolValue?
NSPredicate
NSFetchRequest
toBeDeleted
NSNumber
boolValue
let predicate = NSPredicate(format: "toBeDeleted.boolValue == true")
答案 0 :(得分:0)
由于@Kevin和@matt已正确指出here,正确的做法是没有.boolValue
.boolValue