While using the Size.container(useContentInsets: true) in a ViewModel inside a UITableView, the useContentInsets parameter is not taken in consideration.
As a result, for the full-screen elements like an empty state, the height of the element is greater than the visible area, causing it to scroll.
This pull request fix the issue but feel free to reject it and to take a look yourself.
While using the
Size.container(useContentInsets: true)
in aViewModel
inside a UITableView, theuseContentInsets
parameter is not taken in consideration. As a result, for the full-screen elements like an empty state, the height of the element is greater than the visible area, causing it to scroll.This pull request fix the issue but feel free to reject it and to take a look yourself.
Thanks