Monday, 26 August 2013

Fetch last five values from NSMutableArray in Objective C

Fetch last five values from NSMutableArray in Objective C

I have a NSMutableArray whose count is 10 and I want to extract last 5
values and store it in another array. How can I do this ? Please help.
Thanks in advance..:)

No comments:

Post a Comment