7 ms·
Some, but not all, table views were replaced with web views a few months ago. News Feed is one example that is now HTML.
by joehewitt 15y ago
Some, but not all, table views were replaced with web views a few months ago. News Feed is one example that is now HTML.
- flyosity 15y agoI'm not always proven totally wrong on HN... ...but when I am it's by Joe Hewitt. TGIF!
- DenisM 15y agoHm. How do you handle progressive loading? Do you even bother, or do you just load up the entire news feed and let the WebKit struggle with keeping images in-ram/in-cache etc?
- wallflower 15y agoNetflix uses an interesting WebKit-based approach for progressive loading. Basically, they reuse cells like UITableView does. http://cdn-0.nflximg.com/us/presentations/htmltvui/oscon-2011/Netflix%20Webkit-Based%20UI%20for%20TV%20Devices.pdf http://cdn-0.nflximg.com/us/presentations/htmltvui/oscon-201...
- DenisM 15y agoThank you, good sir!