Peter 9bc996374f Add 'submodules/AsyncDisplayKit/' from commit '02bedc12816e251ad71777f9d2578329b6d2bef6'
git-subtree-dir: submodules/AsyncDisplayKit
git-subtree-mainline: d06f423e0ed3df1fed9bd10d79ee312a9179b632
git-subtree-split: 02bedc12816e251ad71777f9d2578329b6d2bef6
2019-06-11 18:42:43 +01:00

3.3 KiB
Executable File

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

Slack

Join 700+ Texture developers and the Texture core team on Slack for real-time debugging, the latest updates, and asynchronous banter. Signup here.

Examples

Browse through our many example projects.

If you are new to Texture, we recommend that you start with the ASDKgram example app which compares a photo feed implemented with UIKit to an identical feed implemented with Texture. The app features:

  1. An infinitely scrolling home feed that demonstrates Texture's smoother scrolling performance.
  2. A significantly sized code base to demonstrate how much less code it takes to design apps using Texture.

Videos

Tutorials / Articles

Layout Resources

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