我想复制这种用户体验,比如在产品搜索应用中
我想要一个表格 View 中的几个滚动页面
我尝试复制创建一个包含一些静态单元格的 tableview 和一个包含容器 View 的单元格,该单元格被称为页面 Controller ,但是我在调整框架时遇到了很多问题
您有一些建议或更直接的方法来复制此用户体验吗?
Imagur Link to the Gif of the UX
Best Answer-推荐答案 strong>
你可以借助这两个库来实现这个效果。
Parralax TableView header :
https://github.com/Vinodh-G/ParallaxTableViewHeader
水平滚动效果:
https://www.cocoacontrols.com/controls/instagram-feed-view
关于ios - 带有表格 View 的 UIPageViewController,在 UITableView 内,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/42506852/
|