Hi,
a user clicks somewhere in a table view’s text cell. Is there a way to find out where (i.e. for example identifier) to set a value via code?
Heiner
Hi,
a user clicks somewhere in a table view’s text cell. Is there a way to find out where (i.e. for example identifier) to set a value via code?
Heiner
When you say “where”, what do you mean? The physical point in a cell, or the cell?
I think about the cell itself.
To make my project more understandable:
That’s all, nothing more, but I can’t do it.
Heiner
Try setting a table delegate and implementing tableView:shouldEditTableColumn:row:.
Thank you Shane,
it works.
Heiner