-1

I use full frame UICollectionView as PageViewController. I want to add transition style when passing next/previous item. Normally cells are following each other start points and end points but I want to give an effect that "CrossFade" effect like in this library - https://github.com/KelvinJin/AnimatedCollectionViewLayout .

But I want to keep the first cell in the backgorund and second cell cover the first cell "like lay a sheet" .

Thanks in advance

pckill
  • 3,709
  • 36
  • 48
Ali Ihsan URAL
  • 1,894
  • 1
  • 20
  • 43
  • 1
    What did you try? – pckill Feb 12 '19 at 13:40
  • I didnt try anything just show normal behaviour. I want to start but I dont know where I start – Ali Ihsan URAL Feb 12 '19 at 13:53
  • Well, you could at least look at how that library does that. Also, maybe this [question](https://stackoverflow.com/questions/17764991/uicollectionview-animate-cells-as-they-scroll-in) could give you a sense of direction. Make sure to take a look at this [tutorial](https://stackoverflow.com/help/how-to-ask) as well. – pckill Feb 12 '19 at 14:13

1 Answers1

0

use collectionView custom flow layout for that and implement the required transition.

Manish_Nainwal
  • 301
  • 1
  • 5