https://github.com/appcoda/asyncdisplaykit-demo
A simple iOS demo for AsyncDisplayKit
https://github.com/appcoda/asyncdisplaykit-demo
Last synced: 3 months ago
JSON representation
A simple iOS demo for AsyncDisplayKit
- Host: GitHub
- URL: https://github.com/appcoda/asyncdisplaykit-demo
- Owner: appcoda
- Created: 2016-12-29T03:01:57.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-29T03:04:15.000Z (almost 9 years ago)
- Last Synced: 2025-04-13T14:42:13.772Z (8 months ago)
- Language: Swift
- Size: 702 KB
- Stars: 32
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A simple iOS demo for AsyncDisplayKit
AsyncDisplayKit is an iOS framework developed in order to optimize your app by making user interfaces thread safe, which means that you will be able to shift all your expensive views into background threads, preparing them before presenting. It's a great way to make your app elegant, smooth and has a responsive user interface.
This simple demo shows you how to use the display kit to build a Meetup client app. For the full tutorial, you can check it out here:
http://www.appcoda.com/introduction-asyncdisplaykit-2-0