cwRichardKim / RKSwipeCards

The basics of a swipeable card interface inspired by Tinder
MIT License
2.17k stars 61 forks source link

Buffer cards instead of loading all at once #1

Closed jaredmoskowitz closed 10 years ago

jaredmoskowitz commented 10 years ago

While using this project, I found when putting on larger info to the cards, such as UIImages, performance was greatly affected. I fixed this by only loading a set number of cards a time.

ALSO: Created a method in ViewController that acts as a delegate once a card is swiped