0

I have a UITableView where the last cell is cut off behind the UITabBarController. I set the bottom constraint of the tableView to the top of my bottomLayoutGuide. I also tried this approach without success.

enter image description here

The only solution that worked was adding insets to the content (one point was enough):

tableView.contentInset = UIEdgeInsets(top: 0, left: 0, bottom: 1, right: 0)

Therefore I wonder if that's a normal behaviour or a scroll view bug.

gmoraleda
  • 1,731
  • 1
  • 17
  • 44

0 Answers0