Is Instagram stories in UICollectionView or UIPageViewController? [closed]

人盡茶涼 提交于 2019-12-11 06:35:52

问题


I want to make stories like app. I see that some people say UIPageViewController meant to limited views. What I found is also that loading images are slow in UIPageViewController when scroll to another. What are the differences between UICollectionView or UIPageViewController? When to use one over another?

What should I use to make stories like app?


回答1:


Instagram is a collection view. The don't use tableviews at all. Here is an open source library from instagram that is used to power their apps:

https://github.com/Instagram/IGListKit

Also I attach a screenshot taken from there reference guide.

And the url:

https://instagram.github.io/IGListKit/getting-started.html



来源:https://stackoverflow.com/questions/49799428/is-instagram-stories-in-uicollectionview-or-uipageviewcontroller

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!