Update node-overview.md

This commit is contained in:
Hannah Troisi
2016-07-17 20:29:36 -07:00
committed by GitHub
parent 8a410f675c
commit 418012dc3a

View File

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