Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
任何人都可以告诉我,我怎样才能获得与 iPhone 主屏幕一样平滑的幻灯片效果???我有两个UIView可以左右滑动。
UIView
使用UIPageViewController 或(如果你发现令人困惑并且你很乐意使用集合视图)制作一个具有屏幕单元格大小的全屏集合视图,并在屏幕上使用一个简单的 pageControll... 并启用 collectionView 的分页
使用 UIScrollView 并将所有视图添加到滚动视图并启用分页。或者,您可以使用 iCarousel 并将所有视图添加到轮播并选择线性类型,它具有分页作为属性,可以帮助您存档您想要的内容。这里是链接
滚动视图分页
和iCarousel