mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-04-02 17:07:58 +08:00
27 lines
1.2 KiB
Markdown
Executable File
27 lines
1.2 KiB
Markdown
Executable File
---
|
|
layout: default
|
|
title: A UI Framework for Effortless Responsiveness
|
|
id: home
|
|
---
|
|
|
|
<div class="page-content">
|
|
<div class="wrapper">
|
|
<div class="post">
|
|
<article class="post-content">
|
|
<p><img src="/static/images/logo.png" alt="logo"></p>
|
|
|
|
<p>AsyncDisplayKit is an iOS framework that keeps even the most complex user
|
|
interfaces smooth and responsive. It was originally built to make Facebook's Paper possible, and goes hand-in-hand with
|
|
<a href="https://github.com/facebook/pop">pop</a>'s physics-based animations — but
|
|
it's just as powerful with UIKit Dynamics and conventional app designs.</p>
|
|
|
|
<p>As the framework has grown, many features have been added that can save developers tons of time by eliminating common boilerplate style structures common in modern iOS apps. If you've ever dealt with cell reuse bugs, tried to performantly preload data for a page or scroll style interface or even just tried to keep your app from dropping too many frames you can benefit from integrating ASDK.</p>
|
|
|
|
<br/>
|
|
<p>
|
|
To learn more, <a href = "/docs/getting-started.html">check out our docs!</a>
|
|
</p>
|
|
</article>
|
|
|
|
</div>
|