iOS Question Select item in tableview

Claude Brun

Active Member
Licensed User
Longtime User
Hi,
I use the same code as that of the tableview tutorial.
with TableView1_SelectedChanged I can retrieve the value of the selected item.
but to select an item I have to make a long click. a normal click selects nothing.

Is it possible to select an item with a normal click?

thank
 

Claude Brun

Active Member
Licensed User
Longtime User
In fact, everything works properly.
I had a sub TableView1_Click that was creating the problem

The sub TableView1_SelectedChanged is sufficient
 
Upvote 0
Solution
Top