0

The problem might be related to this post iOS 8 Auto cell height - Can't scroll to last row but here the conditions are different.

I'm not using self-sizing, just a typical UITableView with fixed height cells. that you'd want for a Settings screen. However, I do add a footer and few other subviews below the footer of the UITableView. I do update the contentSize properly to take into account those added subviews.

Everything works fine on iPhone4/5 on iOS7 but the UITableView won't scroll all the way to the bottom on iOS8 although I do see the content if I try the hold+scroll trick. Any idea what's happening?

Thanks!

Community
  • 1
  • 1
Johanisma
  • 2,058
  • 3
  • 22
  • 25
  • Check `contentInset` property – sha Oct 15 '14 at 21:44
  • the contentInset says bottom 0.0 and top 64.0 (for the nav bar) both when it works (iOS7) and does not work (iOS8). Did you suggest checking something more specific? Thanks! – Johanisma Oct 15 '14 at 22:16
  • Check the frame of the table and see if it goes under the tab bar or toolbar (whatever is at the bottom of the screen). – sha Oct 15 '14 at 22:53
  • there is nothing at the bottom. I ended finding a hack that works by increasing the bottom contentInset so thanks for putting me on that track! – Johanisma Oct 15 '14 at 23:18

0 Answers0