From 48ae38196ec20d7407fc6cb0dcbccc375b451674 Mon Sep 17 00:00:00 2001 From: Hannah Troisi Date: Sat, 16 Jul 2016 10:50:18 -0700 Subject: [PATCH] Update node-overview.md --- _docs/node-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/node-overview.md b/_docs/node-overview.md index f4cfbdb7..b474d164 100755 --- a/_docs/node-overview.md +++ b/_docs/node-overview.md @@ -51,7 +51,7 @@ Updates to the framework (not reflected in the chart below):
  • `ASScrollNode` is now available. It inherits from `ASDisplayNode`.
  • `ASCellNode` used by `ASTableNode`, `ASCollectionNode` and `ASPagerNode` inherits from `ASDisplayNode`. -node inheritance flowchart +node inheritance flowchart The blue and green colored nodes are synchronous wrappers of UIKit elements. For example, ASScrollNode wraps a UIScrollView and ASCollectionNode wraps a UICollectionView. An ASMapNode in liveMapMode is a synchronous wrapper of UIMapView.