Jason Fel
Jason Fel

Reputation: 991

Why is there a little padding at bottom of my UITableView?

UPDATE 1: I have confirmed that this is NOT the footer.

Here is what it looks like. Notice the small space below the last cell. Also shown in the picture, the scroll IS at the proper spot: enter image description here

Here are the settings of the view controller: enter image description here

Upvotes: 1

Views: 1143

Answers (1)

iamirzhan
iamirzhan

Reputation: 954

Try to set adjust scroll view insets to true.

enter image description here

Upvotes: 1

Related Questions