@@ -40,6 +40,10 @@ <h1 class="hideInXcode">BeamMusicPlayerViewController Class Reference</h1>
40
40
41
41
< option value ="properties "> Properties</ option >
42
42
43
+ < option value ="//api/name/actionBlock "> actionBlock</ option >
44
+
45
+ < option value ="//api/name/backBlock "> backBlock</ option >
46
+
43
47
< option value ="//api/name/currentPlaybackPosition "> currentPlaybackPosition</ option >
44
48
45
49
< option value ="//api/name/currentTrack "> currentTrack</ option >
@@ -48,6 +52,8 @@ <h1 class="hideInXcode">BeamMusicPlayerViewController Class Reference</h1>
48
52
49
53
< option value ="//api/name/delegate "> delegate</ option >
50
54
55
+ < option value ="//api/name/placeholderImageDelay "> placeholderImageDelay</ option >
56
+
51
57
< option value ="//api/name/playing "> playing</ option >
52
58
53
59
< option value ="//api/name/preferredSizeForCoverArt "> preferredSizeForCoverArt</ option >
@@ -113,6 +119,10 @@ <h1 class="hideInXcode">BeamMusicPlayerViewController Class Reference</h1>
113
119
114
120
< li role ="treeitem " class ="children "> < span class ="disclosure "> </ span > < span class ="sectionName "> < a href ="#properties "> Properties</ a > </ span > < ul >
115
121
122
+ < li > < span class ="nodisclosure "> </ span > < span class ="sectionName "> < a href ="#//api/name/actionBlock "> actionBlock</ a > </ span > </ li >
123
+
124
+ < li > < span class ="nodisclosure "> </ span > < span class ="sectionName "> < a href ="#//api/name/backBlock "> backBlock</ a > </ span > </ li >
125
+
116
126
< li > < span class ="nodisclosure "> </ span > < span class ="sectionName "> < a href ="#//api/name/currentPlaybackPosition "> currentPlaybackPosition</ a > </ span > </ li >
117
127
118
128
< li > < span class ="nodisclosure "> </ span > < span class ="sectionName "> < a href ="#//api/name/currentTrack "> currentTrack</ a > </ span > </ li >
@@ -121,6 +131,8 @@ <h1 class="hideInXcode">BeamMusicPlayerViewController Class Reference</h1>
121
131
122
132
< li > < span class ="nodisclosure "> </ span > < span class ="sectionName "> < a href ="#//api/name/delegate "> delegate</ a > </ span > </ li >
123
133
134
+ < li > < span class ="nodisclosure "> </ span > < span class ="sectionName "> < a href ="#//api/name/placeholderImageDelay "> placeholderImageDelay</ a > </ span > </ li >
135
+
124
136
< li > < span class ="nodisclosure "> </ span > < span class ="sectionName "> < a href ="#//api/name/playing "> playing</ a > </ span > </ li >
125
137
126
138
< li > < span class ="nodisclosure "> </ span > < span class ="sectionName "> < a href ="#//api/name/preferredSizeForCoverArt "> preferredSizeForCoverArt</ a > </ span > </ li >
@@ -180,9 +192,6 @@ <h1 class="title title-header">BeamMusicPlayerViewController Class Reference</h1
180
192
< tr >
181
193
< td class ="specification-title "> Inherits from</ td >
182
194
< td class ="specification-value "> UIViewController</ td >
183
- </ tr > < tr >
184
- < td class ="specification-title "> Conforms to</ td >
185
- < td class ="specification-value "> OBSliderDelegate</ td >
186
195
</ tr > < tr >
187
196
< td class ="specification-title "> Declared in</ td >
188
197
< td class ="specification-value "> BeamMusicPlayerViewController.h</ td >
@@ -341,6 +350,20 @@ <h3 class="subsubtitle task-title">Controlling User Interaction</h3>
341
350
</ span >
342
351
< span class ="task-item-suffix "> property</ span >
343
352
353
+ </ li > < li >
354
+ < span class ="tooltip ">
355
+ < code > < a href ="#//api/name/backBlock "> backBlock</ a > </ code >
356
+ < span class ="tooltip "> < p > Block to be executed if the user presses the back button at the top. Button is hidden, if nil.</ p > </ span >
357
+ </ span >
358
+ < span class ="task-item-suffix "> property</ span >
359
+
360
+ </ li > < li >
361
+ < span class ="tooltip ">
362
+ < code > < a href ="#//api/name/actionBlock "> actionBlock</ a > </ code >
363
+ < span class ="tooltip "> < p > Block to be executed if the user presses the action button at the top right. Button is hidden, if nil.</ p > </ span >
364
+ </ span >
365
+ < span class ="task-item-suffix "> property</ span >
366
+
344
367
</ li >
345
368
</ ul >
346
369
@@ -356,6 +379,13 @@ <h3 class="subsubtitle task-title">Misc</h3>
356
379
</ span >
357
380
< span class ="task-item-suffix "> property</ span >
358
381
382
+ </ li > < li >
383
+ < span class ="tooltip ">
384
+ < code > < a href ="#//api/name/placeholderImageDelay "> placeholderImageDelay</ a > </ code >
385
+ < span class ="tooltip "> < p > Timespan before placeholder for albumart will be set (default is 0.5). Supports long loading times.</ p > </ span >
386
+ </ span >
387
+ < span class ="task-item-suffix "> property</ span >
388
+
359
389
</ li >
360
390
</ ul >
361
391
@@ -369,6 +399,78 @@ <h3 class="subsubtitle task-title">Misc</h3>
369
399
< a title ="Properties " name ="properties "> </ a >
370
400
< h2 class ="subtitle subtitle-methods "> Properties</ h2 >
371
401
402
+ < div class ="section-method ">
403
+ < a name ="//api/name/actionBlock " title ="actionBlock "> </ a >
404
+ < h3 class ="subsubtitle method-title "> actionBlock</ h3 >
405
+
406
+
407
+
408
+ < div class ="method-subsection brief-description ">
409
+ < p > Block to be executed if the user presses the action button at the top right. Button is hidden, if nil.</ p >
410
+ </ div >
411
+
412
+
413
+
414
+ < div class ="method-subsection method-declaration "> < code > @property (nonatomic, copy) void ( ^ ) ( ) actionBlock</ code > </ div >
415
+
416
+
417
+
418
+
419
+
420
+
421
+
422
+
423
+
424
+
425
+
426
+
427
+
428
+
429
+
430
+ < div class ="method-subsection declared-in-section ">
431
+ < h4 class ="method-subtitle "> Declared In</ h4 >
432
+ < code class ="declared-in-ref "> BeamMusicPlayerViewController.h</ code > < br />
433
+ </ div >
434
+
435
+
436
+ </ div >
437
+
438
+ < div class ="section-method ">
439
+ < a name ="//api/name/backBlock " title ="backBlock "> </ a >
440
+ < h3 class ="subsubtitle method-title "> backBlock</ h3 >
441
+
442
+
443
+
444
+ < div class ="method-subsection brief-description ">
445
+ < p > Block to be executed if the user presses the back button at the top. Button is hidden, if nil.</ p >
446
+ </ div >
447
+
448
+
449
+
450
+ < div class ="method-subsection method-declaration "> < code > @property (nonatomic, copy) void ( ^ ) ( ) backBlock</ code > </ div >
451
+
452
+
453
+
454
+
455
+
456
+
457
+
458
+
459
+
460
+
461
+
462
+
463
+
464
+
465
+
466
+ < div class ="method-subsection declared-in-section ">
467
+ < h4 class ="method-subtitle "> Declared In</ h4 >
468
+ < code class ="declared-in-ref "> BeamMusicPlayerViewController.h</ code > < br />
469
+ </ div >
470
+
471
+
472
+ </ div >
473
+
372
474
< div class ="section-method ">
373
475
< a name ="//api/name/currentPlaybackPosition " title ="currentPlaybackPosition "> </ a >
374
476
< h3 class ="subsubtitle method-title "> currentPlaybackPosition</ h3 >
@@ -381,7 +483,7 @@ <h3 class="subsubtitle method-title">currentPlaybackPosition</h3>
381
483
382
484
383
485
384
- < div class ="method-subsection method-declaration "> < code > @property (nonatomic, readonly ) CGFloat currentPlaybackPosition</ code > </ div >
486
+ < div class ="method-subsection method-declaration "> < code > @property (nonatomic) CGFloat currentPlaybackPosition</ code > </ div >
385
487
386
488
387
489
@@ -417,7 +519,7 @@ <h3 class="subsubtitle method-title">currentTrack</h3>
417
519
418
520
419
521
420
- < div class ="method-subsection method-declaration "> < code > @property (nonatomic) NSUInteger currentTrack</ code > </ div >
522
+ < div class ="method-subsection method-declaration "> < code > @property (nonatomic) NSInteger currentTrack</ code > </ div >
421
523
422
524
423
525
@@ -505,6 +607,42 @@ <h3 class="subsubtitle method-title">delegate</h3>
505
607
506
608
507
609
610
+ < div class ="method-subsection declared-in-section ">
611
+ < h4 class ="method-subtitle "> Declared In</ h4 >
612
+ < code class ="declared-in-ref "> BeamMusicPlayerViewController.h</ code > < br />
613
+ </ div >
614
+
615
+
616
+ </ div >
617
+
618
+ < div class ="section-method ">
619
+ < a name ="//api/name/placeholderImageDelay " title ="placeholderImageDelay "> </ a >
620
+ < h3 class ="subsubtitle method-title "> placeholderImageDelay</ h3 >
621
+
622
+
623
+
624
+ < div class ="method-subsection brief-description ">
625
+ < p > Timespan before placeholder for albumart will be set (default is 0.5). Supports long loading times.</ p >
626
+ </ div >
627
+
628
+
629
+
630
+ < div class ="method-subsection method-declaration "> < code > @property (nonatomic, assign) float placeholderImageDelay</ code > </ div >
631
+
632
+
633
+
634
+
635
+
636
+
637
+
638
+
639
+
640
+
641
+
642
+
643
+
644
+
645
+
508
646
< div class ="method-subsection declared-in-section ">
509
647
< h4 class ="method-subtitle "> Declared In</ h4 >
510
648
< code class ="declared-in-ref "> BeamMusicPlayerViewController.h</ code > < br />
@@ -1036,7 +1174,7 @@ <h4 class="method-subtitle">Declared In</h4>
1036
1174
< div id ="footer ">
1037
1175
< hr />
1038
1176
< div class ="footer-copyright ">
1039
- < p > < span class ="copyright "> © 2012 BeamApp UG. All rights reserved. (Last updated: 2012-06-01 )</ span > < br />
1177
+ < p > < span class ="copyright "> © 2012 BeamApp UG. All rights reserved. (Last updated: 2012-07-22 )</ span > < br />
1040
1178
1041
1179
< span class ="generator "> Generated by < a href ="http://appledoc.gentlebytes.com "> appledoc 2.0.5 (build 789)</ a > .</ span > </ p >
1042
1180
0 commit comments