iOS Question TableView on panel does not scroll correct

JohnnyHamburg

Member
Licensed User
Longtime User
Hello,
i have a problem with a tableview that I put on a panel. The panel is placed on GoogleMaps. The tableview shows a list of markers read from a sql-db.
When I want to scroll down the tableview to see the hidden entries , the view jumps back to the top when I take my finger away. And so I can not choose thoose entries because they are hidden again.
How can I tell the tableview to stay where I scrolled to? So I can choose the data.

I hope someone can understand what I mean and help. If not, I create an example.

Thank You.
 
Top