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
- AsyncDisplayKit State of the Code [WWDC 2016]
- AsyncDisplayKit 2.0: Intelligent User Interfaces [NSSpain 2015]
- Effortless Responsiveness with AsyncDisplayKit [MCE 2015]
- Asynchronous UI [NSLondon 2014]
###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.