I have store many values in NSMutableArray like @"New", @"Old", @"Future". The NSMutablArray having 100+ objects. I need to find the @"New" objects from the array. Can anyone please help me to solve this issue? Thanks in advance.
I have store many values in NSMutableArray like @New , @Old , @Future .
Share
This will do the trick most economically [tested]: