From 45714dc8b1c493b47c4c2bb60bb08d9dbead3b78 Mon Sep 17 00:00:00 2001 From: Hannah Troisi Date: Sat, 16 Apr 2016 14:34:05 -0700 Subject: [PATCH] Update containers-overview.md --- _docs/containers-overview.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_docs/containers-overview.md b/_docs/containers-overview.md index 7e6332ad..e1237f6a 100644 --- a/_docs/containers-overview.md +++ b/_docs/containers-overview.md @@ -13,6 +13,11 @@ For optimal performance, use nodes within a node container. ASDK offers the foll - `ASTableNode` in place of UIKit's `UITableView` - `ASPagerNode` in place of UIKit's `UIPagerView` +####Examples#### +Examples of these node containers can be found in the sample projects. Example code and specific sample apps are highlighted in the documentation for each node container. + +For a guide on porting your UIKit app to ASDK see Porting Your App (INCLUDE LINK). + ####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.