intuit / CardParts

A reactive, card-based UI framework built on UIKit for iOS developers.
Other
2.52k stars 225 forks source link

Scroll load more cards #150

Closed pongponglau closed 5 years ago

pongponglau commented 5 years ago

May i ask how i can load more cards (i.e. infinite scrolling) with this great card library?

Many thanks

croossin commented 5 years ago

You may call loadCards(cards:) with a new array of cards.

chrispykim commented 3 years ago

@croossin loadCards(card:) removes all existing cards and loads the new array of cards right? That isn't quite what I picture when I think about infinite scrolling; is there a way to append cards to the existing set rather than refreshing the view with a new set of cards?