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.
我想做一个动画,让图像像这样旋转
任何人都有想法或任何可以通过它实现的api?或任何提示/启动
看看轮播库:iCarousel。在此,您可以使用iCarouselTypeWheel执行上述动画。这易于实现且易于理解。
您可以使用UICollectionView自定义的UICollectionViewLayout.
UICollectionView
UICollectionViewLayout
2012 年和 2013 年有许多 WWDC 演讲,涵盖了这样的布局UICollectionView,你可以看看。