website refactoring

clean up optimization docs
rearrange sections in nav bar
add layout api sizing Q to FAQ
add corner rounding to Optimizations + check back soon tags for methods to be released in 2.0
add layoutSpecs
Containers overview -> node containers
Node overview -> node subclasses
remove ASTextCellNode
This commit is contained in:
Hannah Trosi
2016-07-10 22:52:58 -07:00
parent ed3166a3f7
commit fc88b8ccac
15 changed files with 215 additions and 50 deletions

View File

@@ -140,4 +140,3 @@ With this property set to `YES`, the main thread will be blocked until display h
<div class = "note">
Using this option does not eliminate all of the performance advantages of AsyncDisplayKit. Normally, a cell has been preloading and is almost done when it reaches the screen, so the blocking time is very short. Even if the rangeTuningParameters are set to 0 this option outperforms UIKit. While the main thread is waiting, subnode display executes concurrently.
</div>