https://github.com/aryaxt/horizontaltableview
HorizontalTableView
https://github.com/aryaxt/horizontaltableview
Last synced: 9 months ago
JSON representation
HorizontalTableView
- Host: GitHub
- URL: https://github.com/aryaxt/horizontaltableview
- Owner: aryaxt
- Created: 2014-01-30T06:07:42.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-05T18:03:21.000Z (over 12 years ago)
- Last Synced: 2025-09-13T19:47:31.486Z (9 months ago)
- Language: Objective-C
- Size: 238 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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