CardView: Issue with CoverFlowView

I have tabs page with two pages the first contains a CoverFlowView that bind to a list in the view model and display a bunch of cards when I navigate to the other tab page and return back to page one the cards in CoverFlowView overlapping on top of each other.

Note: the first time the page displayed there is no overlapping, and when I swipe item or tap the CoverFlowView it displayed correctly again.

This is the image of what I described above.

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 19 (11 by maintainers)

Most upvoted comments

Here we go 😃

Attached is the project/solution and 4 screenshots showing the phenomenon in the iOS Simulator 1 - the App start; there are 3 Views in this demo 2 - first swipe to left - all looks good 3a - if you swipe right again to go back to the first view, you can see some artifact on the left side; looks like the overlapping part of that view isn’t cleared 3b - if you swipe further the the left to go to the 3rd view, you see these artefacts on both sides - the rest of the first and the last view not beeing cleared/moved

Hope that helps

CarouselTest.zip 3b-swipe-left-see-overlapping-on-left-and-right-artefacts 3-swipe-right-again-see-artefact-left 2-swipe-left 1-start