Hello
I sink index of first row in tableview is '0' it is Correct?
If yes, HOW can I make so index of first row in tableview become '1' ?
this is need because my DataSourse start from '1', and I need that:
[myTableView selectedRow] = [myData row] but no [myTableView selectedRow] = [myData (row-1)]