#import <MusicNowPlayingArtLayer.h>
Abgeleitet von UIView.
Öffentliche Methoden | |
| (void) | - dealloc |
| (struct CGSize) | - imageSize |
| (void) | - setAlbumArtImage:maxSize: |
| (id) | - albumArtImage |
| (void) | - setAlbumAlpha:reflectionAlpha: |
| (void) | - setReflectionVisible:withDuration: |
| (void) | - setSwipeDelegate: |
| (BOOL) | - canHandleSwipes |
| (BOOL) | - swipe:withEvent: |
Geschützte Attribute | |
| UIImageView * | _imageView |
| UIImageView * | _reflection |
| id | _swipeDelegate |
Definiert in Zeile 11 der Datei MusicNowPlayingArtLayer.h.
| - (void) dealloc |
Implementiert UIView.
| - (struct CGSize) imageSize |
| - (void) setAlbumArtImage: | (id) | fp8 | ||
| maxSize: | (float) | fp12 | ||
| - (id) albumArtImage |
| - (void) setAlbumAlpha: | (float) | fp8 | ||
| reflectionAlpha: | (float) | fp12 | ||
| - (void) setReflectionVisible: | (BOOL) | fp8 | ||
| withDuration: | (float) | fp12 | ||
| - (void) setSwipeDelegate: | (id) | fp8 |
| - (BOOL) canHandleSwipes |
Implementiert UIView.
| - (BOOL) swipe: | (int) | fp8 | ||
| withEvent: | (struct __GSEvent *) | fp12 | ||
Implementiert UIView.
- (UIImageView*) _imageView [protected] |
Definiert in Zeile 13 der Datei MusicNowPlayingArtLayer.h.
- (UIImageView*) _reflection [protected] |
Definiert in Zeile 14 der Datei MusicNowPlayingArtLayer.h.
- (id) _swipeDelegate [protected] |
Definiert in Zeile 15 der Datei MusicNowPlayingArtLayer.h.