简体   繁体   中英

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. 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.

I have no issues with the 4S when I run the same build.

How can I fix this?

Thanks! Alan

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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