I’ve mentioned a number of nice open source projects from Facebook such as the Pop animation engine.
Here’s another open source project released by the Facebook engineering team called AsyncDisplayKit for creating smooth asynchronous interfaces that works well with Pop or conventional app designs
Within AsyncDisplayKit you’ll find a number of drop-in UI component replacements for UIView, UIControl, UIImageView, UITextView, and UITableView which are threadsafe and can run in parallel on background threads. The end result is increased performance, and there are other additional conveniences such as direct access to CALayer Properties.
You can find AsyncDisplayKit over on the home page.
A nice library for creating smooth asynchronous user interfaces.
- Example: Creating A UIView Drawing View With Rapidly Smoothed Lines Using Quartz
- Open Source Project For Sophisticated iOS Game User Interfaces
- An Open Source Library Providing Many Pre-Built Animations For User Interfaces Built On Pop
- Open Source iOS Library For Creating Swipe To Reveal Table View Cell Buttons
- iOS Hierarchy Viewer For Easier User Interface Debugging And Tweaking
Original article: Open Source iOS Library For Creating Smooth, Responsive, Asynchronous User Interfaces
©2014 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.




