robinmanuelthiel / swipecards

Tinder-like swipe control for Xamarin.Forms
MIT License
129 stars 24 forks source link

Use List of Views instead of Strings? #6

Closed K232 closed 6 years ago

K232 commented 6 years ago

Hi Robin, thanks for this cool plugin! I try to use a list of Views instead of just strings as I want to design my cards individually per card. Unfortunately I don't get it to work. Would it be possible to use a list of Views? How could I do that? Many thanks in advance!

AndreiMisiukevich commented 6 years ago

Hi @K232 You can check this https://github.com/AndreiMisiukevich/CardView both cardsview and carouselview

K232 commented 6 years ago

Yes, already had a look there, thanks for the link! My problem currently is: I need a carousel with lazy loading as I have dozens of pages to show. Additionally the carousel should be updatable while it's displayed, but unfortunately I did not find a working solution yet. Have a nice weekend!