Hey guys,
i have a weird problem with an TableView....
when my view on an iPhone or iPad is "full" i need scrolling to see more of my stuff but the last row of my TableView is always out of my View..
when I want to see the last row and scroll down and as soon as I let go it pops out of view again but i don't know why...
did i already a mistake... :(
self.table_view = ui.TableView()
self.table_view.data_source = self
self.table_view.delegate = self
self.table_view.flex = 'WH'
self.table_view.allows_selection_during_editing = True
self.table_view.tint_color = 'grey'
dock(self.table_view).top_left(self.view)
at(self.table_view).top = at(self.adaptSpecificCustomer).bottom
EDIT:
On this pic:
https://imgur.com/a/sejyonX
Is in the left side free Space How can i Remove this ?
This is a Video to explain my issue at the Main Topic
https://imgur.com/a/g9tnWOe
