Files
AsyncDisplayKit/_docs/resources.md
2016-07-10 16:54:02 -07:00

2.0 KiB
Executable File

title, layout, permalink, prevPage, nextPage
title layout permalink prevPage nextPage
Resources docs /docs/resources.html getting-started.html installation.html

###Slack

Join 200+ AsyncDisplayKit developers and the ASDK team on Slack for real-time debugging, the latest updates, and asynchronous banter. Sign up or email AsyncDisplayKit(at)gmail.com for an invite.

###Examples Browse through our many example projects.

If you are new to AsyncDisplayKit, we recommend that you start with the ASDKgram example app. This social app example directly compares a photo feed implemented with UIKit to an identical feed implemented with AsyncDisplayKit. The app features an infinitely scrolling home feed that demonstrates ASDK's smoother scrolling performance. It also has a significantly sized code base to demonstrate how much less code it takes to design apps using AsyncDisplayKit.

###Videos

###Layout Resources AsyncDisplayKit's powerful layout system is based on the CSS FlexBox model. These sites are useful for learning the basics of this system.