我有一个对象数组.每个对象都有自己的属性(name,desc,status).name并且desc是NSString和status是BOOL.
name
desc
NSString
status
BOOL
我想通过status属性过滤此数组.例如:获取所有对象status == YES.
status == YES
我怎样才能做到这一点?
ios ios7
ios ×1
ios7 ×1