【发布时间】:2017-08-23 14:57:19
【问题描述】:
我有一个分组 UITableView。我已经实现了 tableView(:titleForHeaderInSection:) 和 tableView(:titleForFooterInSection:)。当我滚动一个长表时,我可以看到部分页眉和页脚包含预期的数据。当我到达表格底部并向上拖动以查看最后一部分的页脚时,它具有正确的数据,但是当我松开手指时,页脚向下滚动到屏幕底部并看不见.最后一节的最后一个单元格显示在屏幕底部,而不是最后一节的页脚。
如何解决? There's the last section and its footer. My finger is still on the screen
When I release my finger, the final footer slides off the bottom of the screen.
【问题讨论】:
标签: ios swift uitableview footer