scroll node, batch fetch, other tweaks

This commit is contained in:
Luke Parham
2016-07-11 09:58:09 -07:00
parent 1e0ef089d3
commit fb6871ac14
10 changed files with 291 additions and 61 deletions

View File

@@ -8,8 +8,6 @@ nextPage: synchronous-concurrency.html
Flattening an entire view hierarchy into a single layer improves performance, but with UIKit, comes with a hit to maintainability and hierarchy-based reasoning.
With all AsyncDisplayKit nodes, enabling precompositing is as simple as:
<div class = "highlight-group">
<span class="language-toggle"><a data-lang="swift" class="swiftButton">Swift</a><a data-lang="objective-c" class = "active objcButton">Objective-C</a></span>
<div class = "code">