diff --git a/_docs/node-overview.md b/_docs/node-overview.md index b474d164..02724436 100755 --- a/_docs/node-overview.md +++ b/_docs/node-overview.md @@ -2,8 +2,8 @@ title: Node Subclasses layout: docs permalink: /docs/node-overview.html -prevPage: containers-aspagernode.html -nextPage: display-node.html +prevPage: containers-overview.html +nextPage: subclassing.html --- AsyncDisplayKit offers the following nodes. A key advantage of using nodes over UIKit components is that **all nodes preform layout and display off of the main thread**, so that the main thread is available to immediately respond to user interaction events.