Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 PredicateEditor,里面有很多行。当您在谓词行中输入任何值并且要清除所有存在的数据时,究竟需要做什么。?
我尝试通过遍历 subViews 并设置 null 值。它实际上是从视图中清除数据,而不是从谓词中清除数据。
NSPredicateEditor 是一个 NSRulesEditor。调用 -removeRowsAtIndexes:includeSubrows: 删除所需的规则。