mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-04-13 08:46:35 +08:00
Update node-containers-overview.md
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user