简体   繁体   English

iOS-iPhone 5无法滚动到TableView的底部

[英]iOS - iPhone 5 Can't Scroll to the Bottom of TableView

I am testing my application on the iPHone 5. I have a UITableView with about 80 entries and it seems to work just fine on the iPhone 5 except that the last 4 entries are past the screen when I hit the bottom. 我正在iPHone 5上测试我的应用程序。我有一个带有约80个条目的UITableView,它似乎在iPhone 5上可以正常工作,只是当我触底时最后四个条目都超过了屏幕。 I have to drag the tableview past the end resting position to see these cells, but it bounces back to being cut off when I release it. 我必须将tableview拖到最终静止位置的上方才能看到这些单元格,但是当我释放它时,它会弹回并被切断。

I have no issues with the 4S when I run the same build. 当我运行相同的版本时,我对4S没有任何问题。

How can I fix this? 我怎样才能解决这个问题?

Thanks! 谢谢! Alan 艾伦

我在界面构建器中意识到,如果在“自动调整大小”中为底部启用了I栏,它将使它超出iPhone 5的视图范围。这似乎是表视图的默认设置。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM