An open API service indexing awesome lists of open source software.

https://github.com/aryaxt/horizontaltableview

HorizontalTableView
https://github.com/aryaxt/horizontaltableview

Last synced: 9 months ago
JSON representation

HorizontalTableView

Awesome Lists containing this project

README

          

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