标签: ios nspredicate
有人能告诉我如何使用NSPredicate根据某些条件从数组中选择前10个项目,例如前10个观看过的电影吗?就像sql语句一样:
NSPredicate
select * from films where film.views limit 10;