To get the last object:
[arr lastObject];
and to get the position of last object:
[arr count] - 1;
solved How to find array last element [closed]
To get the last object:
[arr lastObject];
and to get the position of last object:
[arr count] - 1;
solved How to find array last element [closed]