diff --git a/index.md b/index.md index 22c5cb36..2002fba1 100755 --- a/index.md +++ b/index.md @@ -16,18 +16,8 @@ id: home pop's physics-based animations — but it's just as powerful with UIKit Dynamics and conventional app designs.

- 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. +

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.

- 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. - -


- -

AsyncDisplayKit Nodes are a thread-safe abstraction layer over UIViews and - CALayers:

- -

logo

- - 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 correctly!

To learn more, check out our docs!