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.
我有一个项目,其主页类似于所附图像,需要实现以下功能。
主页从左到右滑动 功能是图标通过手指旋转一圈 一旦用户单击图标,他们将被引导到页面。
如果您做过这样的事情,请帮助某人。
问候 CJ
以下是自定义UICollectionView布局可以帮助您最好地满足您的要求。
UICollectionView
从这里下载源代码和参考。
看看 Nick Lockwood 的名为 iCarousel 的库。(可在 Github 上获得。)它非常可配置,只需很少的自定义代码即可为您提供所需的内容。