mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-04-14 12:07:05 +08:00
Update index.md
moving node diagram and description to Philosophy page in docs
This commit is contained in:
12
index.md
12
index.md
@@ -16,18 +16,8 @@ id: home
|
||||
<a href="https://github.com/facebook/pop">pop</a>'s physics-based animations — but
|
||||
it's just as powerful with UIKit Dynamics and conventional app designs.</p>
|
||||
|
||||
As the framework has grown, many features have been added that can save developers tons of time by eliminating common boilerplate style structures common in modern iOS apps.
|
||||
<p>As the framework has grown, many features have been added that can save developers tons of time by eliminating common boilerplate style structures common in modern iOS apps. If you've ever dealt with cell reuse bugs, tried to performantly preload data for a page or scroll style interface or even just tried to keep your app from dropping too many frames you can benefit from integrating ASDK.</p>
|
||||
|
||||
If you've ever dealt with cell reuse bugs, tried to performantly preload data for a page or scroll style interface or even just tried to keep your app from dropping too many frames you can benefit from integrating ASDK.
|
||||
|
||||
<p><br /></p>
|
||||
|
||||
<p>AsyncDisplayKit Nodes are a thread-safe abstraction layer over UIViews and
|
||||
CALayers:</p>
|
||||
|
||||
<p><img src="/static/node-view-layer.png" alt="logo"></p>
|
||||
|
||||
You can access most view and layer properties when using nodes, the difference is that nodes are rendered concurrently by default, and measured and laid out asynchronously when used <a href = "/docs/automatic-layout.html">correctly</a>!
|
||||
<br/>
|
||||
<p>
|
||||
To learn more, <a href = "/docs/getting-started.html">check out our docs!</a>
|
||||
|
||||
Reference in New Issue
Block a user