mirror of
https://github.com/zhigang1992/RETableViewManager.git
synced 2026-06-19 18:24:13 +08:00
Update documentation
This commit is contained in:
@@ -272,7 +272,7 @@
|
||||
<p><code>RETableViewManager</code> allows to manage the content of any <code>UITableView</code> with ease, both forms and lists. <code>RETableViewManager</code> is built on top of reusable cells technique and provides
|
||||
APIs for mapping any object class to any custom cell subclass.</p>
|
||||
|
||||
<p>The general idea is to allow developers to use their own <code>UITableView</code> and <code>UITableViewController</code> instances, providing a layer that synchronizes data with cell appereance.
|
||||
<p>The general idea is to allow developers to use their own <code>UITableView</code> and <code>UITableViewController</code> instances (and even subclasses), providing a layer that synchronizes data with the cell appereance.
|
||||
It fully implements <code>UITableViewDelegate</code> and <code>UITableViewDataSource</code> protocols so you don’t have to.</p>
|
||||
</div>
|
||||
|
||||
@@ -394,7 +394,7 @@ It fully implements <code>UITableViewDelegate</code> and <code>UITableViewDataSo
|
||||
<li>
|
||||
<span class="tooltip">
|
||||
<code><a href="#//api/name/style"> style</a></code>
|
||||
<span class="tooltip"><p>The object that provides styling for <code>UITableView</code>. See <a href="../Classes/RETableViewCellStyle.html">RETableViewCellStyle</a> reference for details.</p></span>
|
||||
<span class="tooltip"><p>The object that provides styling for <code>UITableView</code>. See RETableViewCellStyle reference for details.</p></span>
|
||||
</span>
|
||||
<span class="task-item-suffix">property</span>
|
||||
|
||||
@@ -727,7 +727,7 @@ It fully implements <code>UITableViewDelegate</code> and <code>UITableViewDataSo
|
||||
|
||||
|
||||
<div class="method-subsection brief-description">
|
||||
<p>The object that provides styling for <code>UITableView</code>. See <a href="../Classes/RETableViewCellStyle.html">RETableViewCellStyle</a> reference for details.</p>
|
||||
<p>The object that provides styling for <code>UITableView</code>. See RETableViewCellStyle reference for details.</p>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -744,7 +744,7 @@ It fully implements <code>UITableViewDelegate</code> and <code>UITableViewDataSo
|
||||
|
||||
<div class="method-subsection discussion-section">
|
||||
<h4 class="method-subtitle">Discussion</h4>
|
||||
<p>The object that provides styling for <code>UITableView</code>. See <a href="../Classes/RETableViewCellStyle.html">RETableViewCellStyle</a> reference for details.</p>
|
||||
<p>The object that provides styling for <code>UITableView</code>. See RETableViewCellStyle reference for details.</p>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -2318,7 +2318,7 @@ It fully implements <code>UITableViewDelegate</code> and <code>UITableViewDataSo
|
||||
<div id="footer">
|
||||
<hr />
|
||||
<div class="footer-copyright">
|
||||
<p><span class="copyright">© 2013 Roman Efimov. All rights reserved. (Last updated: 2013-07-22)</span><br />
|
||||
<p><span class="copyright">© 2013 Roman Efimov. All rights reserved. (Last updated: 2013-07-23)</span><br />
|
||||
|
||||
<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.1 (build 840)</a>.</span></p>
|
||||
|
||||
|
||||
@@ -613,7 +613,7 @@
|
||||
<li>
|
||||
<span class="tooltip">
|
||||
<code><a href="#//api/name/reloadSectionWithAnimation:">– reloadSectionWithAnimation:</a></code>
|
||||
<span class="tooltip"><p> Reloads the <a href="#//api/name/section"><code>section</code></a> using a given animation effect.</p></span>
|
||||
<span class="tooltip"><p>Reloads the <a href="#//api/name/section"><code>section</code></a> using a given animation effect.</p></span>
|
||||
</span>
|
||||
|
||||
|
||||
@@ -1729,7 +1729,7 @@
|
||||
|
||||
|
||||
<div class="method-subsection brief-description">
|
||||
<p> Reloads the <a href="#//api/name/section"><code>section</code></a> using a given animation effect.</p>
|
||||
<p>Reloads the <a href="#//api/name/section"><code>section</code></a> using a given animation effect.</p>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -1756,7 +1756,7 @@
|
||||
|
||||
<div class="method-subsection discussion-section">
|
||||
<h4 class="method-subtitle">Discussion</h4>
|
||||
<p> Reloads the <a href="#//api/name/section"><code>section</code></a> using a given animation effect.</p>
|
||||
<p>Reloads the <a href="#//api/name/section"><code>section</code></a> using a given animation effect.</p>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -2622,7 +2622,7 @@
|
||||
<div id="footer">
|
||||
<hr />
|
||||
<div class="footer-copyright">
|
||||
<p><span class="copyright">© 2013 Roman Efimov. All rights reserved. (Last updated: 2013-07-22)</span><br />
|
||||
<p><span class="copyright">© 2013 Roman Efimov. All rights reserved. (Last updated: 2013-07-23)</span><br />
|
||||
|
||||
<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.1 (build 840)</a>.</span></p>
|
||||
|
||||
|
||||
@@ -96,7 +96,7 @@
|
||||
<div class="section section-overview">
|
||||
<a title="Overview" name="overview"></a>
|
||||
<h2 class="subtitle subtitle-overview">Overview</h2>
|
||||
<p>The delegate of a <a href="../Classes/RETableViewManager.html"><code>RETableViewManager</code></a> object can adopt the <code>RETableViewManagerDelegate</code> protocol. Optional methods of the protocol allow the delegate to manage selections and perform other actions.</p>
|
||||
<p>The delegate of a <a href="../Classes/RETableViewManager.html"><code>RETableViewManager</code></a> object can adopt the <code>RETableViewManagerDelegate</code> protocol. Optional methods of the protocol allow the delegate to manage cells.</p>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -122,7 +122,7 @@
|
||||
<div id="footer">
|
||||
<hr />
|
||||
<div class="footer-copyright">
|
||||
<p><span class="copyright">© 2013 Roman Efimov. All rights reserved. (Last updated: 2013-07-22)</span><br />
|
||||
<p><span class="copyright">© 2013 Roman Efimov. All rights reserved. (Last updated: 2013-07-23)</span><br />
|
||||
|
||||
<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.1 (build 840)</a>.</span></p>
|
||||
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
<div id="footer">
|
||||
<hr />
|
||||
<div class="footer-copyright">
|
||||
<p><span class="copyright">© 2013 Roman Efimov. All rights reserved. (Last updated: 2013-07-22)</span><br />
|
||||
<p><span class="copyright">© 2013 Roman Efimov. All rights reserved. (Last updated: 2013-07-23)</span><br />
|
||||
|
||||
<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.1 (build 840)</a>.</span></p>
|
||||
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
<div id="footer">
|
||||
<hr />
|
||||
<div class="footer-copyright">
|
||||
<p><span class="copyright">© 2013 Roman Efimov. All rights reserved. (Last updated: 2013-07-22)</span><br />
|
||||
<p><span class="copyright">© 2013 Roman Efimov. All rights reserved. (Last updated: 2013-07-23)</span><br />
|
||||
|
||||
<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.1 (build 840)</a>.</span></p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user