提问人:stefanosn 提问时间:5/23/2022 更新时间:5/23/2022 访问量:148
如何使每个 UITableViewCell 在滚动 UITableview 时对齐到顶部
How to make each UITableViewCell snap to top on scrolling of UITableview
问:
我想实现以下功能。我有一个 UITableView,它由 UitableViewCells 和各种高度的图像组成。当我用手指向上滑动时,我需要粘贴下一个从 UITableView 的底部到顶部的 UITableViewCell。如果我再次滚动,我需要下一个 UITableViewCell 停止到 UITableView 的顶部,依此类推。如果我向下滑动,前面的 UITableViewCell 应该粘在顶部,依此类推。如何实现此功能?任何例子或帮助都值得赞赏。
答:
0赞
Akash Bhardwaj
5/23/2022
#1
您可以使用 UICollectionView 中的分页来实现此目的
评论
UIScrollView
UIPageViewController