UITableView Cell IndexPath
Posted
by Reonarudo
on Stack Overflow
See other posts from Stack Overflow
or by Reonarudo
Published on 2010-03-30T19:23:43Z
Indexed on
2010/03/31
2:53 UTC
Read the original article
Hit count: 315
Hello,
Can anyone tell me how can I get a cell IndexPath? I was saving the IndexPath in the tableView: cellForRowAtIndexPath: method but this only loads when the cell is viewed and I need to know its index path on the viewDidLoad method. this resulted in a null value because as I said it only loads its value after the cell was viewed once.
Thank you.
EDIT
The intention is being able to jump to a specific cell that has its specific number but its not linear with the sections and rows count.
© Stack Overflow or respective owner