gpt4 book ai didi

ios - NSPredicate 问题

转载 作者:塔克拉玛干 更新时间:2023-11-02 10:19:05 25 4
gpt4 key购买 nike

我想删除除 RestaurantLocation 或 GrayRestaurantLocation 之外的所有注释。

版本正确吗?

[mapView removeAnnotations:[mapView.annotations 
filteredArrayUsingPredicate:[NSPredicate predicateWithFormat:
@"! ( (self isKindOfClass: %@) AND (self isKindOfClass: %@) )",
[RestaurantLocation class], [GrayRestaurantLocation class]]] ];

最佳答案

注释不能既是 RestaurantLocation 又是 GrayRestaurantLocation。

AND 更改为 OR

关于ios - NSPredicate 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6139172/

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