Array, find object with value and get its indexPath
Posted
by Emil
on Stack Overflow
See other posts from Stack Overflow
or by Emil
Published on 2010-04-26T17:13:43Z
Indexed on
2010/04/27
3:03 UTC
Read the original article
Hit count: 239
Hey.
I am trying to find an item in a NSMutableArray
from it's value, only to find its indexPath.
I have absolutely no idea of how to do this, as I am very new to programming in general.
Thanks!
© Stack Overflow or respective owner