Selecting iOSTable row returns always tables last row.

This selects right row, but after reload, the selected rows text changes last rows text, but a detail text below it is ok.
Var cell As iOSTableCellData
cell = Me.RowData(section, row)
cell.DetailText = “This row was tapped.”
Me.ReloadRow(section, row)

If I choose which ever row, t is always last row.
Var cell As iOSTableCellData
Var t As Text
cell = Me.RowData(0, row)
t = cell.Text

Anyway in simulator, I can’t test in phone. Just practice iPhone developing, so I haven’t yet bought license.
Is there something I don’t understand. It is possible, because my native language is not English.