--- title: Node Containers layout: docs permalink: /docs/containers-overview.html prevPage: intelligent-preloading.html nextPage: node-overview.html --- ### Use Nodes in Node Containers It is highly recommended that you use AsyncDisplayKit's nodes within a node container. AsyncDisplayKit offers the following node containers.
ASDK Node Container | UIKit Equivalent |
---|---|
`ASCollectionNode` | in place of UIKit's `UICollectionView` |
`ASPagerNode` | in place of UIKit's `UIPageViewController` |
`ASTableNode` | in place of UIKit's `UITableView` |
`ASViewController` | in place of UIKit's `UIViewController` |
`ASNavigationController` | in place of UIKit's `UINavigationController`. Implements the `ASVisibility` protocol. |
`ASTabBarController` | in place of UIKit's `UITabBarController`. Implements the `ASVisibility` protocol. |