mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Add in docs from https://github.com/AsyncDisplayKit/Documentation
This commit is contained in:
450
docs/appledoc/Classes/ASViewController.html
Executable file
450
docs/appledoc/Classes/ASViewController.html
Executable file
@@ -0,0 +1,450 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<title>ASViewController Class Reference</title>
|
||||
|
||||
<link rel="stylesheet" href="../css/style.css">
|
||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1.4">
|
||||
<meta name="generator" content="appledoc 2.2.1 (build 1334)">
|
||||
</head>
|
||||
<body class="appledoc">
|
||||
<header>
|
||||
<div class="container" class="hide-in-xcode">
|
||||
|
||||
<h1 id="library-title">
|
||||
<a href="../index.html"> </a>
|
||||
</h1>
|
||||
|
||||
<p id="developer-home">
|
||||
<a href="../index.html">AsyncDisplayKit</a>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<aside>
|
||||
<div class="container">
|
||||
<nav>
|
||||
<ul id="header-buttons" role="toolbar">
|
||||
<li><a href="../index.html">Index</a></li>
|
||||
<li><a href="../hierarchy.html">Hierarchy</a></li>
|
||||
|
||||
<li id="on-this-page" role="navigation">
|
||||
<label>
|
||||
On This Page
|
||||
|
||||
<div class="chevron">
|
||||
<div class="chevy chevron-left"></div>
|
||||
<div class="chevy chevron-right"></div>
|
||||
</div>
|
||||
|
||||
<select id="jump-to">
|
||||
<option value="top">Jump To…</option>
|
||||
|
||||
|
||||
|
||||
|
||||
<option value="tasks">Tasks</option>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<optgroup label="Properties">
|
||||
|
||||
<option value="//api/name/interfaceState">interfaceState</option>
|
||||
|
||||
<option value="//api/name/node">node</option>
|
||||
|
||||
<option value="//api/name/overrideDisplayTraitsWithTraitCollection">overrideDisplayTraitsWithTraitCollection</option>
|
||||
|
||||
<option value="//api/name/overrideDisplayTraitsWithWindowSize">overrideDisplayTraitsWithWindowSize</option>
|
||||
|
||||
</optgroup>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<optgroup label="Instance Methods">
|
||||
|
||||
<option value="//api/name/initWithNode:">- initWithNode:</option>
|
||||
|
||||
<option value="//api/name/nodeConstrainedSize">- nodeConstrainedSize</option>
|
||||
|
||||
</optgroup>
|
||||
|
||||
|
||||
</select>
|
||||
</label>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
<article>
|
||||
<div id="overview_contents" class="container">
|
||||
<div id="content">
|
||||
<main role="main">
|
||||
<h1 class="title">ASViewController Class Reference</h1>
|
||||
|
||||
|
||||
<div class="section section-specification"><table cellspacing="0"><tbody>
|
||||
<tr>
|
||||
<th>Conforms to</th>
|
||||
<td>*<br />:<br />ASDisplayNode<br />DisplayNodeType<br />__covariant</td>
|
||||
</tr><tr>
|
||||
<th>Declared in</th>
|
||||
<td>ASViewController.h</td>
|
||||
</tr>
|
||||
</tbody></table></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="section section-tasks">
|
||||
<a title="Tasks" name="tasks"></a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="task-list">
|
||||
<div class="section-method">
|
||||
<a name="//api/name/initWithNode:" title="initWithNode:"></a>
|
||||
<h3 class="method-title"><code><a href="#//api/name/initWithNode:">– initWithNode:</a></code>
|
||||
</h3>
|
||||
|
||||
<div class="method-info">
|
||||
<div class="pointy-thing"></div>
|
||||
|
||||
<div class="method-info-container">
|
||||
|
||||
|
||||
<div class="method-subsection brief-description">
|
||||
<p>ASViewController Designated initializer.</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="method-subsection method-declaration"><code>- (instancetype)initWithNode:(DisplayNodeType)<em>node</em></code></div>
|
||||
|
||||
|
||||
|
||||
<div class="method-subsection arguments-section parameters">
|
||||
<h4 class="method-subtitle parameter-title">Parameters</h4>
|
||||
<table class="argument-def parameter-def">
|
||||
|
||||
<tr>
|
||||
<th scope="row" class="argument-name"><code>node</code></th>
|
||||
<td><p>An ASDisplayNode which will provide the root view (self.view)</p></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="method-subsection return">
|
||||
<h4 class="method-subtitle parameter-title">Return Value</h4>
|
||||
<p>An ASViewController instance whose root view will be backed by the provided ASDisplayNode.</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="method-subsection discussion-section">
|
||||
<h4 class="method-subtitle">Discussion</h4>
|
||||
<p>ASViewController allows you to have a completely node backed heirarchy. It automatically
|
||||
handles @c ASVisibilityDepth, automatic range mode and propogating @c ASDisplayTraits to contained nodes.</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="method-subsection see-also-section">
|
||||
<h4 class="method-subtitle">See Also</h4>
|
||||
<ul>
|
||||
|
||||
<li><code><p><a href="../Protocols/ASVisibilityDepth.html">ASVisibilityDepth</a></p></code></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="method-subsection declared-in-section">
|
||||
<h4 class="method-subtitle">Declared In</h4>
|
||||
<p><code class="declared-in-ref">ASViewController.h</code></p>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div><div class="section-method">
|
||||
<a name="//api/name/node" title="node"></a>
|
||||
<h3 class="method-title"><code><a href="#//api/name/node"> node</a></code>
|
||||
</h3>
|
||||
|
||||
<div class="method-info">
|
||||
<div class="pointy-thing"></div>
|
||||
|
||||
<div class="method-info-container">
|
||||
|
||||
|
||||
<div class="method-subsection brief-description">
|
||||
<p>node Returns the ASDisplayNode which provides the backing view to the view controller.</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="method-subsection method-declaration"><code>@property (nonatomic, strong, readonly) DisplayNodeType node</code></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="method-subsection return">
|
||||
<h4 class="method-subtitle parameter-title">Return Value</h4>
|
||||
<p>node Returns the ASDisplayNode which provides the backing view to the view controller.</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="method-subsection declared-in-section">
|
||||
<h4 class="method-subtitle">Declared In</h4>
|
||||
<p><code class="declared-in-ref">ASViewController.h</code></p>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div><div class="section-method">
|
||||
<a name="//api/name/overrideDisplayTraitsWithTraitCollection" title="overrideDisplayTraitsWithTraitCollection"></a>
|
||||
<h3 class="method-title"><code><a href="#//api/name/overrideDisplayTraitsWithTraitCollection"> overrideDisplayTraitsWithTraitCollection</a></code>
|
||||
</h3>
|
||||
|
||||
<div class="method-info">
|
||||
<div class="pointy-thing"></div>
|
||||
|
||||
<div class="method-info-container">
|
||||
|
||||
|
||||
<div class="method-subsection brief-description">
|
||||
<p>Set this block to customize the ASDisplayTraits returned when the VC transitions to the given traitCollection.</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="method-subsection method-declaration"><code>@property (nonatomic, copy) ASDisplayTraitsForTraitCollectionBlock overrideDisplayTraitsWithTraitCollection</code></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="method-subsection declared-in-section">
|
||||
<h4 class="method-subtitle">Declared In</h4>
|
||||
<p><code class="declared-in-ref">ASViewController.h</code></p>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div><div class="section-method">
|
||||
<a name="//api/name/overrideDisplayTraitsWithWindowSize" title="overrideDisplayTraitsWithWindowSize"></a>
|
||||
<h3 class="method-title"><code><a href="#//api/name/overrideDisplayTraitsWithWindowSize"> overrideDisplayTraitsWithWindowSize</a></code>
|
||||
</h3>
|
||||
|
||||
<div class="method-info">
|
||||
<div class="pointy-thing"></div>
|
||||
|
||||
<div class="method-info-container">
|
||||
|
||||
|
||||
<div class="method-subsection brief-description">
|
||||
<p>Set this block to customize the ASDisplayTraits returned when the VC transitions to the given window size.</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="method-subsection method-declaration"><code>@property (nonatomic, copy) ASDisplayTraitsForTraitWindowSizeBlock overrideDisplayTraitsWithWindowSize</code></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="method-subsection declared-in-section">
|
||||
<h4 class="method-subtitle">Declared In</h4>
|
||||
<p><code class="declared-in-ref">ASViewController.h</code></p>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div><div class="section-method">
|
||||
<a name="//api/name/interfaceState" title="interfaceState"></a>
|
||||
<h3 class="method-title"><code><a href="#//api/name/interfaceState"> interfaceState</a></code>
|
||||
</h3>
|
||||
|
||||
<div class="method-info">
|
||||
<div class="pointy-thing"></div>
|
||||
|
||||
<div class="method-info-container">
|
||||
|
||||
|
||||
<div class="method-subsection brief-description">
|
||||
<p>Passthrough property to the the .interfaceState of the node.</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="method-subsection method-declaration"><code>@property (nonatomic, readonly) ASInterfaceState interfaceState</code></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="method-subsection return">
|
||||
<h4 class="method-subtitle parameter-title">Return Value</h4>
|
||||
<p>The current ASInterfaceState of the node, indicating whether it is visible and other situational properties.</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="method-subsection see-also-section">
|
||||
<h4 class="method-subtitle">See Also</h4>
|
||||
<ul>
|
||||
|
||||
<li><code><p><a href="../Constants/ASInterfaceState.html">ASInterfaceState</a></p></code></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="method-subsection declared-in-section">
|
||||
<h4 class="method-subtitle">Declared In</h4>
|
||||
<p><code class="declared-in-ref">ASViewController.h</code></p>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div><div class="section-method">
|
||||
<a name="//api/name/nodeConstrainedSize" title="nodeConstrainedSize"></a>
|
||||
<h3 class="method-title"><code><a href="#//api/name/nodeConstrainedSize">– nodeConstrainedSize</a></code>
|
||||
</h3>
|
||||
|
||||
<div class="method-info">
|
||||
<div class="pointy-thing"></div>
|
||||
|
||||
<div class="method-info-container">
|
||||
|
||||
|
||||
<div class="method-subsection brief-description">
|
||||
<p>The constrained size used to measure the backing node.</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="method-subsection method-declaration"><code>- (ASSizeRange)nodeConstrainedSize</code></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="method-subsection discussion-section">
|
||||
<h4 class="method-subtitle">Discussion</h4>
|
||||
<p>Defaults to providing a size range that uses the view controller view’s bounds as
|
||||
both the min and max definitions. Override this method to provide a custom size range to the
|
||||
backing node.</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="method-subsection declared-in-section">
|
||||
<h4 class="method-subtitle">Declared In</h4>
|
||||
<p><code class="declared-in-ref">ASViewController.h</code></p>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<div class="footer-copyright">
|
||||
|
||||
<p class="copyright">Copyright © 2016 AsyncDisplayKit. All rights reserved. Updated: 2016-11-05</p>
|
||||
|
||||
|
||||
<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>
|
||||
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<script src="../js/script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user