/HorizontalTableView

HorizontalTableView

Primary LanguageObjective-C

HorizontalTableView

HorizontalTableView is a memory efficient horizontal SCrollView that is very similar to a UITableView. HorizontalTableView dequeues cells; That means when you have 1000 items in your array, if your screen can fit only 4 cells, the maximum number of cells initialized would be 5.

Still under development