Yalantis / Koloda

KolodaView is a class designed to simplify the implementation of Tinder like cards on iOS.
https://yalantis.com
MIT License
5.37k stars 806 forks source link

What about toturial? #126

Closed shuuchen closed 8 years ago

shuuchen commented 8 years ago

Hi Yalantis

I think Koloda is very cool and I like it so much. Properties, protocols and functions are described, but how to use it in a project is not straightforward.

Would you please provide some tutorials on that? or there already exist?

matt-lebl commented 8 years ago

A good start would be learning about UITableView and it's implementation. There are many tutorials for that online. Koloda is very much based off of that kind of implementation, so once you've learned how to use UITableView Koloda should be second nature. Good luck!

AEugene commented 8 years ago

@shuuchen There are 2 examples in root directory and one networking example in branch: https://github.com/Yalantis/Koloda/tree/networking_example