Skip to content

Commit c612760

Browse files
committed
DOC: updated documentation (displayShadow/enableUserInteraction)
1 parent 3225752 commit c612760

6 files changed

+128
-5
lines changed

docs/html/Categories/UIViewController+FRLayeredNavigationController.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ <h4 class="method-subtitle">Declared In</h4>
265265
<div id="footer">
266266
<hr />
267267
<div class="footer-copyright">
268-
<p><span class="copyright">&copy; 2012 factis research GmbH. All rights reserved. (Last updated: 2012-06-17)</span><br />
268+
<p><span class="copyright">&copy; 2012 factis research GmbH. All rights reserved. (Last updated: 2012-07-29)</span><br />
269269

270270
<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.0.5 (build 789)</a>.</span></p>
271271

docs/html/Classes/FRLayeredNavigationController.html

+66-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ <h1 class="hideInXcode">FRLayeredNavigationController Class Reference</h1>
3838

3939

4040

41+
<option value="properties">Properties</option>
42+
43+
<option value="//api/name/userInteractionEnabled">&nbsp;&nbsp;&nbsp;&nbsp;userInteractionEnabled</option>
44+
45+
4146

4247

4348

@@ -80,6 +85,12 @@ <h1 class="hideInXcode">FRLayeredNavigationController Class Reference</h1>
8085

8186

8287

88+
<li role="treeitem" class="children"><span class="disclosure"></span><span class="sectionName"><a href="#properties">Properties</a></span><ul>
89+
90+
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/userInteractionEnabled">userInteractionEnabled</a></span></li>
91+
92+
</ul></li>
93+
8394

8495

8596

@@ -212,6 +223,13 @@ <h2 class="subtitle subtitle-tasks">Tasks</h2>
212223
</span>
213224

214225

226+
</li><li>
227+
<span class="tooltip">
228+
<code><a href="#//api/name/userInteractionEnabled">&nbsp;&nbsp;userInteractionEnabled</a></code>
229+
<span class="tooltip"><p>If user interaction on the layered navigation controller is enabled.</p></span>
230+
</span>
231+
<span class="task-item-suffix">property</span>
232+
215233
</li>
216234
</ul>
217235

@@ -221,6 +239,53 @@ <h2 class="subtitle subtitle-tasks">Tasks</h2>
221239

222240

223241

242+
<div class="section section-methods">
243+
<a title="Properties" name="properties"></a>
244+
<h2 class="subtitle subtitle-methods">Properties</h2>
245+
246+
<div class="section-method">
247+
<a name="//api/name/userInteractionEnabled" title="userInteractionEnabled"></a>
248+
<h3 class="subsubtitle method-title">userInteractionEnabled</h3>
249+
250+
251+
252+
<div class="method-subsection brief-description">
253+
<p>If user interaction on the layered navigation controller is enabled.</p>
254+
</div>
255+
256+
257+
258+
<div class="method-subsection method-declaration"><code>@property (nonatomic) BOOL userInteractionEnabled</code></div>
259+
260+
261+
262+
263+
264+
265+
266+
267+
268+
<div class="method-subsection discussion-section">
269+
<h4 class="method-subtitle">Discussion</h4>
270+
<p>If user interaction on the layered navigation controller is enabled.</p>
271+
</div>
272+
273+
274+
275+
276+
277+
278+
279+
<div class="method-subsection declared-in-section">
280+
<h4 class="method-subtitle">Declared In</h4>
281+
<code class="declared-in-ref">FRLayeredNavigationController.h</code><br />
282+
</div>
283+
284+
285+
</div>
286+
287+
</div>
288+
224289

225290

226291

@@ -661,7 +726,7 @@ <h4 class="method-subtitle">Declared In</h4>
661726
<div id="footer">
662727
<hr />
663728
<div class="footer-copyright">
664-
<p><span class="copyright">&copy; 2012 factis research GmbH. All rights reserved. (Last updated: 2012-06-17)</span><br />
729+
<p><span class="copyright">&copy; 2012 factis research GmbH. All rights reserved. (Last updated: 2012-07-29)</span><br />
665730

666731
<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.0.5 (build 789)</a>.</span></p>
667732

docs/html/Classes/FRLayeredNavigationItem.html

+53-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ <h1 class="hideInXcode">FRLayeredNavigationItem Class Reference</h1>
4242

4343
<option value="//api/name/currentViewPosition">&nbsp;&nbsp;&nbsp;&nbsp;currentViewPosition</option>
4444

45+
<option value="//api/name/displayShadow">&nbsp;&nbsp;&nbsp;&nbsp;displayShadow</option>
46+
4547
<option value="//api/name/hasChrome">&nbsp;&nbsp;&nbsp;&nbsp;hasChrome</option>
4648

4749
<option value="//api/name/initialViewPosition">&nbsp;&nbsp;&nbsp;&nbsp;initialViewPosition</option>
@@ -88,6 +90,8 @@ <h1 class="hideInXcode">FRLayeredNavigationItem Class Reference</h1>
8890

8991
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/currentViewPosition">currentViewPosition</a></span></li>
9092

93+
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/displayShadow">displayShadow</a></span></li>
94+
9195
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/hasChrome">hasChrome</a></span></li>
9296

9397
<li><span class="nodisclosure"></span><span class="sectionName"><a href="#//api/name/initialViewPosition">initialViewPosition</a></span></li>
@@ -210,6 +214,13 @@ <h2 class="subtitle subtitle-tasks">Tasks</h2>
210214
</span>
211215
<span class="task-item-suffix">property</span>
212216

217+
</li><li>
218+
<span class="tooltip">
219+
<code><a href="#//api/name/displayShadow">&nbsp;&nbsp;displayShadow</a></code>
220+
<span class="tooltip"><p>If the view should display a shadow</p></span>
221+
</span>
222+
<span class="task-item-suffix">property</span>
223+
213224
</li><li>
214225
<span class="tooltip">
215226
<code><a href="#//api/name/leftBarButtonItem">&nbsp;&nbsp;leftBarButtonItem</a></code>
@@ -270,6 +281,47 @@ <h4 class="method-subtitle">Discussion</h4>
270281

271282

272283

284+
<div class="method-subsection declared-in-section">
285+
<h4 class="method-subtitle">Declared In</h4>
286+
<code class="declared-in-ref">FRLayeredNavigationItem.h</code><br />
287+
</div>
288+
289+
290+
</div>
291+
292+
<div class="section-method">
293+
<a name="//api/name/displayShadow" title="displayShadow"></a>
294+
<h3 class="subsubtitle method-title">displayShadow</h3>
295+
296+
297+
298+
<div class="method-subsection brief-description">
299+
<p>If the view should display a shadow</p>
300+
</div>
301+
302+
303+
304+
<div class="method-subsection method-declaration"><code>@property (nonatomic, readwrite) BOOL displayShadow</code></div>
305+
306+
307+
308+
309+
310+
311+
312+
313+
314+
<div class="method-subsection discussion-section">
315+
<h4 class="method-subtitle">Discussion</h4>
316+
<p>If the view should display a shadow</p>
317+
</div>
318+
319+
320+
321+
322+
323+
324+
273325
<div class="method-subsection declared-in-section">
274326
<h4 class="method-subtitle">Declared In</h4>
275327
<code class="declared-in-ref">FRLayeredNavigationItem.h</code><br />
@@ -623,7 +675,7 @@ <h4 class="method-subtitle">Declared In</h4>
623675
<div id="footer">
624676
<hr />
625677
<div class="footer-copyright">
626-
<p><span class="copyright">&copy; 2012 factis research GmbH. All rights reserved. (Last updated: 2012-06-17)</span><br />
678+
<p><span class="copyright">&copy; 2012 factis research GmbH. All rights reserved. (Last updated: 2012-07-29)</span><br />
627679

628680
<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.0.5 (build 789)</a>.</span></p>
629681

docs/html/hierarchy.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h2 class="index-title">Category References</h2>
7777
<div id="footer">
7878
<hr />
7979
<div class="footer-copyright">
80-
<p><span class="copyright">&copy; 2012 factis research GmbH. All rights reserved. (Last updated: 2012-06-17)</span><br />
80+
<p><span class="copyright">&copy; 2012 factis research GmbH. All rights reserved. (Last updated: 2012-07-29)</span><br />
8181

8282
<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.0.5 (build 789)</a>.</span></p>
8383

docs/html/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ <h2 class="index-title">Category References</h2>
6767
<div id="footer">
6868
<hr />
6969
<div class="footer-copyright">
70-
<p><span class="copyright">&copy; 2012 factis research GmbH. All rights reserved. (Last updated: 2012-06-17)</span><br />
70+
<p><span class="copyright">&copy; 2012 factis research GmbH. All rights reserved. (Last updated: 2012-07-29)</span><br />
7171

7272
<span class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.0.5 (build 789)</a>.</span></p>
7373

generate-html-documentation.sh

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
3+
appledoc --create-html --project-name FRLayeredNavigationController \
4+
--project-company 'factis research GmbH' \
5+
--company-id com.factisresearch --output docs \
6+
--no-create-docset FRLayeredNavigationController

0 commit comments

Comments
 (0)