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!