mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-05-07 08:26:39 +08:00
Regen on d0a35fed92.
This commit is contained in:
@@ -53,6 +53,10 @@
|
||||
|
||||
<option value="//api/name/linkAttributeNames"> linkAttributeNames</option>
|
||||
|
||||
<option value="//api/name/placeholderColor"> placeholderColor</option>
|
||||
|
||||
<option value="//api/name/placeholderInsets"> placeholderInsets</option>
|
||||
|
||||
<option value="//api/name/shadowPadding"> shadowPadding</option>
|
||||
|
||||
<option value="//api/name/truncated"> truncated</option>
|
||||
@@ -118,6 +122,10 @@
|
||||
|
||||
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/linkAttributeNames">linkAttributeNames</a></span></li>
|
||||
|
||||
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/placeholderColor">placeholderColor</a></span></li>
|
||||
|
||||
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/placeholderInsets">placeholderInsets</a></span></li>
|
||||
|
||||
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/shadowPadding">shadowPadding</a></span></li>
|
||||
|
||||
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/truncated">truncated</a></span></li>
|
||||
@@ -235,6 +243,18 @@
|
||||
</span>
|
||||
<span class="task-item-suffix">property</span>
|
||||
|
||||
</li><li>
|
||||
<span class="tooltip">
|
||||
<code><a href="#//api/name/placeholderColor"> placeholderColor</a></code>
|
||||
</span>
|
||||
<span class="task-item-suffix">property</span>
|
||||
|
||||
</li><li>
|
||||
<span class="tooltip">
|
||||
<code><a href="#//api/name/placeholderInsets"> placeholderInsets</a></code>
|
||||
</span>
|
||||
<span class="task-item-suffix">property</span>
|
||||
|
||||
</li><li>
|
||||
<span class="tooltip">
|
||||
<code><a href="#//api/name/shadowPadding"> shadowPadding</a></code>
|
||||
@@ -570,6 +590,78 @@ For inline image attachments, add an attribute of key NSAttachmentAttributeName,
|
||||
|
||||
|
||||
|
||||
<div class="method-subsection declared-in-section">
|
||||
<h4 class="method-subtitle">Declared In</h4>
|
||||
<code class="declared-in-ref">ASTextNode.h</code><br />
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section-method">
|
||||
<a name="//api/name/placeholderColor" title="placeholderColor"></a>
|
||||
<h3 class="subsubtitle method-title">placeholderColor</h3>
|
||||
|
||||
|
||||
|
||||
<div class="method-subsection brief-description">
|
||||
<p>The placeholder color.</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="method-subsection method-declaration"><code>@property (nonatomic, strong) UIColor *placeholderColor</code></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="method-subsection declared-in-section">
|
||||
<h4 class="method-subtitle">Declared In</h4>
|
||||
<code class="declared-in-ref">ASTextNode.h</code><br />
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section-method">
|
||||
<a name="//api/name/placeholderInsets" title="placeholderInsets"></a>
|
||||
<h3 class="subsubtitle method-title">placeholderInsets</h3>
|
||||
|
||||
|
||||
|
||||
<div class="method-subsection brief-description">
|
||||
<p>Inset each line of the placeholder.</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="method-subsection method-declaration"><code>@property (nonatomic, assign) UIEdgeInsets placeholderInsets</code></div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="method-subsection declared-in-section">
|
||||
<h4 class="method-subtitle">Declared In</h4>
|
||||
<code class="declared-in-ref">ASTextNode.h</code><br />
|
||||
@@ -1083,7 +1175,7 @@ The rect returned is in the coordinate system of the receiver.</p>
|
||||
<div id="footer">
|
||||
<hr />
|
||||
<div class="footer-copyright">
|
||||
<p><span class="copyright">© 2014 Facebook. All rights reserved. (Last updated: 2014-12-03)</span><br />
|
||||
<p><span class="copyright">© 2015 Facebook. All rights reserved. (Last updated: 2015-01-05)</span><br />
|
||||
|
||||
<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2 (build 963)</a>.</span></p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user