Update node-containers-overview.md

This commit is contained in:
Hannah Troisi
2016-04-16 13:40:10 -07:00
parent aee5890741
commit d419e22351

View File

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