mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-04-02 22:35:22 +08:00
68 lines
2.7 KiB
HTML
68 lines
2.7 KiB
HTML
<!DOCTYPE html>
|
|
<html prefix="og: http://ogp.me/ns#">
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<title>AsyncDisplayKit | Need help?</title>
|
|
<link rel='stylesheet' href='/static/main.css' type='text/css'/>
|
|
<link rel="stylesheet" href='/static/pygments.css' type='text/css'/>
|
|
<link rel='shortcut icon' href='/static/favicon.png'>
|
|
<meta name='viewport' content='width=480'>
|
|
<meta property="og:title" content="Need help?" />
|
|
<meta property="og:site_name" content="AsyncDisplayKit">
|
|
<meta property='og:description' content='AsyncDisplayKit: A Library for Functional UI on iOS.'>
|
|
<meta property='og:image' content='http://asyncdisplaykit.org/static/asyncdisplaykit-og-image.png'>
|
|
<meta property='og:url' content="http://asyncdisplaykit.org/support.html">
|
|
<meta property='og:type' content='website'>
|
|
<script type="text/javascript" src="//use.typekit.net/vqa1hcx.js"></script>
|
|
<script type="text/javascript">{'try{Typekit.load();}catch(e){}'}</script>
|
|
</head>
|
|
<body>
|
|
|
|
<header class='topbar site-header'><nav class='width'>
|
|
<a class="site-title" href="/">AsyncDisplayKit</a>
|
|
<ul>
|
|
<li><a href="/docs/getting-started.html" >
|
|
docs
|
|
</a></li>
|
|
<li><a href="/appledocs.html" >api</a></li>
|
|
<li><a href="/resources.html" >resources</a></li>
|
|
<li><a href="http://github.com/facebook/AsyncDisplayKit">github</a>
|
|
</ul>
|
|
</nav></header>
|
|
|
|
|
|
|
|
|
|
<section class='content'>
|
|
<div class='width'>
|
|
<article>
|
|
|
|
<h1>Need help?</h1>
|
|
|
|
<p>The <a href="https://github.com/facebook/componentkit/issues">GitHub issues</a> page is a good place to ask questions, find answers, and report issues.</p>
|
|
|
|
<p><a href="https://twitter.com/componentkit">@componentkit</a> and <a href="https://twitter.com/search?q=%23componentkit">#componentkit</a> are used on Twitter to keep up with the latest news on ComponentKit.</p>
|
|
|
|
|
|
</article>
|
|
</div>
|
|
</section>
|
|
<footer class="copyright"-><div class='width'>
|
|
a Facebook & Instagram collaboration ♥
|
|
</div></footer>
|
|
|
|
<script src="/static/linkify.js"></script>
|
|
<script>
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
ga('create', 'UA-44373548-4', 'auto');
|
|
ga('send', 'pageview');
|
|
|
|
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
|
|
</script>
|
|
</body>
|
|
</html>
|
|
|