#import <UIZoomAnimation.h>
Abgeleitet von UIAnimation.
Öffentliche Methoden | |
| (void) | - setEndScale: |
| (void) | - setStartScale: |
| (void) | - setEndScrollPoint: |
| (void) | - setStartScrollPoint: |
| (void) | - setProgress: |
Öffentliche, statische Methoden | |
| (float) | + defaultDuration |
| (id) | + zoomAnimationForTarget:endScale:endScrollPoint: |
| (id) | + zoomAnimationForTarget:focusRect:deviceBoundaryRect:scale: |
Geschützte Attribute | |
| float | _endScale |
| float | _startScale |
| struct CGPoint | _endScrollPoint |
| struct CGPoint | _startScrollPoint |
Definiert in Zeile 9 der Datei UIZoomAnimation.h.
| + (float) defaultDuration |
| + (id) zoomAnimationForTarget: | (id) | fp8 | ||
| endScale: | (float) | fp12 | ||
| endScrollPoint: | (struct CGPoint) | fp16 | ||
| + (id) zoomAnimationForTarget: | (id) | fp8 | ||
| focusRect: | (struct CGRect) | fp12 | ||
| deviceBoundaryRect: | (struct CGRect) | fp28 | ||
| scale: | (float) | fp44 | ||
| - (void) setEndScale: | (float) | fp8 |
| - (void) setStartScale: | (float) | fp8 |
| - (void) setEndScrollPoint: | (struct CGPoint) | fp8 |
| - (void) setStartScrollPoint: | (struct CGPoint) | fp8 |
| - (void) setProgress: | (float) | fp8 |
Implementiert UIAnimation.
- (float) _endScale [protected] |
Definiert in Zeile 11 der Datei UIZoomAnimation.h.
- (float) _startScale [protected] |
Definiert in Zeile 12 der Datei UIZoomAnimation.h.
- (struct CGPoint) _endScrollPoint [read, protected] |
Definiert in Zeile 13 der Datei UIZoomAnimation.h.
- (struct CGPoint) _startScrollPoint [read, protected] |
Definiert in Zeile 14 der Datei UIZoomAnimation.h.