I don’t know exactly why, but the scroll bar of my table never reaches the end.
This is the middle part of the table, everything looks fine

But when I get to the end

The scrollbar does not reach the end ...
I think my limitations are fine (I use autolayout), because besides the scroll bar, the table display is well displayed.
My view controller is a UIViewController and contains only a UITableView . Here is a screenshot that summarizes it:

No restriction is added by code. Do you know how I could debug this?
Thank you in advance
Edit: I tried to remove and recreate the view controller (by copying and pasting the UITableView ) the problem is still here.
Edit2: If I changed the lower limit to “Bottom of the view” instead of the “Layout Guide at the bottom”, this works well.
The problem is that my view does not have the correct height, because it must go under the panel.
Any ideas?
source share