問題タブ [uicollectionviewdelegateflowlayout]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
471 参照

ios - Swift UICollectionView セル遷移効果

フルフレームの UICollectionView を PageViewController として使用しています。次/前のアイテムを渡すときにトランジション スタイルを追加したい。通常、セルは互いに開始点と終了点をたどっていますが、このライブラリのように「クロスフェード」効果を与えたい - https://github.com/KelvinJin/AnimatedCollectionViewLayout

しかし、最初のセルをバックゴーンドに保持し、2 番目のセルが最初のセルを「シートを敷くように」カバーしたいと考えています。

前もって感謝します