7
7
< meta name ="viewport " content ="width=550 " />
8
8
< link rel ="stylesheet " type ="text/css " href ="../css/styles.css " media ="all " />
9
9
< link rel ="stylesheet " type ="text/css " media ="print " href ="../css/stylesPrint.css " />
10
- < meta name ="generator " content ="appledoc 2.0.5 (build 789 ) " />
10
+ < meta name ="generator " content ="appledoc 2.1 (build 840 ) " />
11
11
</ head >
12
12
< body >
13
13
< header id ="top_header ">
@@ -40,10 +40,14 @@ <h1 class="hideInXcode">FRLayeredNavigationItem Class Reference</h1>
40
40
41
41
< option value ="properties "> Properties</ option >
42
42
43
+ < option value ="//api/name/autosizeContent "> autosizeContent</ option >
44
+
43
45
< option value ="//api/name/currentViewPosition "> currentViewPosition</ option >
44
46
45
47
< option value ="//api/name/displayShadow "> displayShadow</ option >
46
48
49
+ < option value ="//api/name/hasBorder "> hasBorder</ option >
50
+
47
51
< option value ="//api/name/hasChrome "> hasChrome</ option >
48
52
49
53
< option value ="//api/name/initialViewPosition "> initialViewPosition</ option >
@@ -54,6 +58,8 @@ <h1 class="hideInXcode">FRLayeredNavigationItem Class Reference</h1>
54
58
55
59
< option value ="//api/name/rightBarButtonItem "> rightBarButtonItem</ option >
56
60
61
+ < option value ="//api/name/snappingDistance "> snappingDistance</ option >
62
+
57
63
< option value ="//api/name/title "> title</ option >
58
64
59
65
< option value ="//api/name/titleView "> titleView</ option >
@@ -88,10 +94,14 @@ <h1 class="hideInXcode">FRLayeredNavigationItem Class Reference</h1>
88
94
89
95
< li role ="treeitem " class ="children "> < span class ="disclosure "> </ span > < span class ="sectionName "> < a href ="#properties "> Properties</ a > </ span > < ul >
90
96
97
+ < li > < span class ="nodisclosure "> </ span > < span class ="sectionName "> < a href ="#//api/name/autosizeContent "> autosizeContent</ a > </ span > </ li >
98
+
91
99
< li > < span class ="nodisclosure "> </ span > < span class ="sectionName "> < a href ="#//api/name/currentViewPosition "> currentViewPosition</ a > </ span > </ li >
92
100
93
101
< li > < span class ="nodisclosure "> </ span > < span class ="sectionName "> < a href ="#//api/name/displayShadow "> displayShadow</ a > </ span > </ li >
94
102
103
+ < li > < span class ="nodisclosure "> </ span > < span class ="sectionName "> < a href ="#//api/name/hasBorder "> hasBorder</ a > </ span > </ li >
104
+
95
105
< li > < span class ="nodisclosure "> </ span > < span class ="sectionName "> < a href ="#//api/name/hasChrome "> hasChrome</ a > </ span > </ li >
96
106
97
107
< li > < span class ="nodisclosure "> </ span > < span class ="sectionName "> < a href ="#//api/name/initialViewPosition "> initialViewPosition</ a > </ span > </ li >
@@ -102,6 +112,8 @@ <h1 class="hideInXcode">FRLayeredNavigationItem Class Reference</h1>
102
112
103
113
< li > < span class ="nodisclosure "> </ span > < span class ="sectionName "> < a href ="#//api/name/rightBarButtonItem "> rightBarButtonItem</ a > </ span > </ li >
104
114
115
+ < li > < span class ="nodisclosure "> </ span > < span class ="sectionName "> < a href ="#//api/name/snappingDistance "> snappingDistance</ a > </ span > </ li >
116
+
105
117
< li > < span class ="nodisclosure "> </ span > < span class ="sectionName "> < a href ="#//api/name/title "> title</ a > </ span > </ li >
106
118
107
119
< li > < span class ="nodisclosure "> </ span > < span class ="sectionName "> < a href ="#//api/name/titleView "> titleView</ a > </ span > </ li >
@@ -200,6 +212,14 @@ <h2 class="subtitle subtitle-tasks">Tasks</h2>
200
212
</ span >
201
213
< span class ="task-item-suffix "> property</ span >
202
214
215
+ </ li > < li >
216
+ < span class ="tooltip ">
217
+ < code > < a href ="#//api/name/snappingDistance "> snappingDistance</ a > </ code >
218
+ < span class ="tooltip "> < p > The maximum distance (when the child layer is being pulled out) to the next layer in points.
219
+ If this value is unset, it defaults to the layer’s < a href ="#//api/name/width "> width</ a > .</ p > </ span >
220
+ </ span >
221
+ < span class ="task-item-suffix "> property</ span >
222
+
203
223
</ li > < li >
204
224
< span class ="tooltip ">
205
225
< code > < a href ="#//api/name/nextItemDistance "> nextItemDistance</ a > </ code >
@@ -214,13 +234,27 @@ <h2 class="subtitle subtitle-tasks">Tasks</h2>
214
234
</ span >
215
235
< span class ="task-item-suffix "> property</ span >
216
236
237
+ </ li > < li >
238
+ < span class ="tooltip ">
239
+ < code > < a href ="#//api/name/hasBorder "> hasBorder</ a > </ code >
240
+ < span class ="tooltip "> < p > If the view controller should get a small border.</ p > </ span >
241
+ </ span >
242
+ < span class ="task-item-suffix "> property</ span >
243
+
217
244
</ li > < li >
218
245
< span class ="tooltip ">
219
246
< code > < a href ="#//api/name/displayShadow "> displayShadow</ a > </ code >
220
247
< span class ="tooltip "> < p > If the view should display a shadow</ p > </ span >
221
248
</ span >
222
249
< span class ="task-item-suffix "> property</ span >
223
250
251
+ </ li > < li >
252
+ < span class ="tooltip ">
253
+ < code > < a href ="#//api/name/autosizeContent "> autosizeContent</ a > </ code >
254
+ < span class ="tooltip "> < p > If the view should automatically size its content to the layer size</ p > </ span >
255
+ </ span >
256
+ < span class ="task-item-suffix "> property</ span >
257
+
224
258
</ li > < li >
225
259
< span class ="tooltip ">
226
260
< code > < a href ="#//api/name/leftBarButtonItem "> leftBarButtonItem</ a > </ code >
@@ -248,6 +282,47 @@ <h2 class="subtitle subtitle-tasks">Tasks</h2>
248
282
< a title ="Properties " name ="properties "> </ a >
249
283
< h2 class ="subtitle subtitle-methods "> Properties</ h2 >
250
284
285
+ < div class ="section-method ">
286
+ < a name ="//api/name/autosizeContent " title ="autosizeContent "> </ a >
287
+ < h3 class ="subsubtitle method-title "> autosizeContent</ h3 >
288
+
289
+
290
+
291
+ < div class ="method-subsection brief-description ">
292
+ < p > If the view should automatically size its content to the layer size</ p >
293
+ </ div >
294
+
295
+
296
+
297
+ < div class ="method-subsection method-declaration "> < code > @property (nonatomic, readwrite) BOOL autosizeContent</ code > </ div >
298
+
299
+
300
+
301
+
302
+
303
+
304
+
305
+
306
+
307
+ < div class ="method-subsection discussion-section ">
308
+ < h4 class ="method-subtitle "> Discussion</ h4 >
309
+ < p > If the view should automatically size its content to the layer size</ p >
310
+ </ div >
311
+
312
+
313
+
314
+
315
+
316
+
317
+
318
+ < div class ="method-subsection declared-in-section ">
319
+ < h4 class ="method-subtitle "> Declared In</ h4 >
320
+ < code class ="declared-in-ref "> FRLayeredNavigationItem.h</ code > < br />
321
+ </ div >
322
+
323
+
324
+ </ div >
325
+
251
326
< div class ="section-method ">
252
327
< a name ="//api/name/currentViewPosition " title ="currentViewPosition "> </ a >
253
328
< h3 class ="subsubtitle method-title "> currentViewPosition</ h3 >
@@ -322,6 +397,47 @@ <h4 class="method-subtitle">Discussion</h4>
322
397
323
398
324
399
400
+ < div class ="method-subsection declared-in-section ">
401
+ < h4 class ="method-subtitle "> Declared In</ h4 >
402
+ < code class ="declared-in-ref "> FRLayeredNavigationItem.h</ code > < br />
403
+ </ div >
404
+
405
+
406
+ </ div >
407
+
408
+ < div class ="section-method ">
409
+ < a name ="//api/name/hasBorder " title ="hasBorder "> </ a >
410
+ < h3 class ="subsubtitle method-title "> hasBorder</ h3 >
411
+
412
+
413
+
414
+ < div class ="method-subsection brief-description ">
415
+ < p > If the view controller should get a small border.</ p >
416
+ </ div >
417
+
418
+
419
+
420
+ < div class ="method-subsection method-declaration "> < code > @property (nonatomic, readwrite) BOOL hasBorder</ code > </ div >
421
+
422
+
423
+
424
+
425
+
426
+
427
+
428
+
429
+
430
+ < div class ="method-subsection discussion-section ">
431
+ < h4 class ="method-subtitle "> Discussion</ h4 >
432
+ < p > If the view controller should get a small border.</ p >
433
+ </ div >
434
+
435
+
436
+
437
+
438
+
439
+
440
+
325
441
< div class ="method-subsection declared-in-section ">
326
442
< h4 class ="method-subtitle "> Declared In</ h4 >
327
443
< code class ="declared-in-ref "> FRLayeredNavigationItem.h</ code > < br />
@@ -527,6 +643,49 @@ <h4 class="method-subtitle">Discussion</h4>
527
643
528
644
529
645
646
+ < div class ="method-subsection declared-in-section ">
647
+ < h4 class ="method-subtitle "> Declared In</ h4 >
648
+ < code class ="declared-in-ref "> FRLayeredNavigationItem.h</ code > < br />
649
+ </ div >
650
+
651
+
652
+ </ div >
653
+
654
+ < div class ="section-method ">
655
+ < a name ="//api/name/snappingDistance " title ="snappingDistance "> </ a >
656
+ < h3 class ="subsubtitle method-title "> snappingDistance</ h3 >
657
+
658
+
659
+
660
+ < div class ="method-subsection brief-description ">
661
+ < p > The maximum distance (when the child layer is being pulled out) to the next layer in points.
662
+ If this value is unset, it defaults to the layer’s < a href ="#//api/name/width "> width</ a > .</ p >
663
+ </ div >
664
+
665
+
666
+
667
+ < div class ="method-subsection method-declaration "> < code > @property (nonatomic, readwrite) CGFloat snappingDistance</ code > </ div >
668
+
669
+
670
+
671
+
672
+
673
+
674
+
675
+
676
+
677
+ < div class ="method-subsection discussion-section ">
678
+ < h4 class ="method-subtitle "> Discussion</ h4 >
679
+ < p > The maximum distance (when the child layer is being pulled out) to the next layer in points.
680
+ If this value is unset, it defaults to the layer’s < a href ="#//api/name/width "> width</ a > .</ p >
681
+ </ div >
682
+
683
+
684
+
685
+
686
+
687
+
688
+
530
689
< div class ="method-subsection declared-in-section ">
531
690
< h4 class ="method-subtitle "> Declared In</ h4 >
532
691
< code class ="declared-in-ref "> FRLayeredNavigationItem.h</ code > < br />
@@ -675,9 +834,9 @@ <h4 class="method-subtitle">Declared In</h4>
675
834
< div id ="footer ">
676
835
< hr />
677
836
< div class ="footer-copyright ">
678
- < p > < span class ="copyright "> © 2012 factis research GmbH. All rights reserved. (Last updated: 2012-08-28 )</ span > < br />
837
+ < p > < span class ="copyright "> © 2013 factis research GmbH. All rights reserved. (Last updated: 2013-05-27 )</ span > < br />
679
838
680
- < span class ="generator "> Generated by < a href ="http://appledoc.gentlebytes.com "> appledoc 2.0.5 (build 789 )</ a > .</ span > </ p >
839
+ < span class ="generator "> Generated by < a href ="http://appledoc.gentlebytes.com "> appledoc 2.1 (build 840 )</ a > .</ span > </ p >
681
840
682
841
</ div >
683
842
</ div >
0 commit comments