Ryan Seddon · Jul 22, 2014
UITableView in JavaScript, list view with re-usable cells using flexbox
0Sign in to vote or save
This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
If you’re familiar with iOS development you will know that a UITableView is very efficient when displaying a list of data. A simplification of what it does is display enough cells to fill the viewport plus a few more either side. As you scroll it re-uses cells that are now out of the viewport so a list with thousands of items will only ever use a fixed amount of cells. Highly recommend reading The…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.