From d419e223512f70d76d465690c290b57c20afcdfe Mon Sep 17 00:00:00 2001 From: Hannah Troisi Date: Sat, 16 Apr 2016 13:40:10 -0700 Subject: [PATCH] Update node-containers-overview.md --- _docs/node-containers-overview.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/_docs/node-containers-overview.md b/_docs/node-containers-overview.md index 3601f1f6..bdac1f71 100644 --- a/_docs/node-containers-overview.md +++ b/_docs/node-containers-overview.md @@ -8,11 +8,6 @@ next: ascollectionnode.html ##Use Nodes in Node Containers## For optimal performance, use ASDK's nodes within a node container. ASDK offers the following node containers -- `ASViewController` - _in place of UIKit's_ `UIViewController` -- `ASTableNode` - _in place of UIKit's_ `UITableView` -- `ASCollectioNode` - _in place of UIKit's_ `UICollectionView` -- `ASPagerNode` - _in place of UIKit's_ `UIPagerView` - ####For the More Curious Developer...#### To optimize performance of an app, ASDK uses intelligent preloading to determine when content will become visible to a user. The node containers above asynchronously trigger data downloading, decoding and rendering of images and text before they reach the device's onscren display area. The node containers above manage all of this automatically for their subnodes. For reference, UIKit does not render images or text before content comes on screen.