Closed rodrigojuarez closed 3 years ago
Hi @rodrigojuarez
IsAutoNavigatingAimationEnabled
property still valid and not deprecated.
As for IsViewCacheEnabled
it was removed.
Just remove usages of both these properties, because true
is a default value for both.
So, yeah. Just remove them :)
I have an old codebase using PanCardView CarouselView, and I'm updating the version to 2.8.0. These properties look like they are deprecated:
I don't know what would be the values I should set to keep the previous functionality.