#import <UITransitionView.h>
Abgeleitet von UIView.
Basisklasse für MailComposeView.
Öffentliche Methoden | |
| (id) | - initWithFrame: |
| (void) | - dealloc |
| (double) | - durationForTransition: |
| (void) | - _markRememberedFirstResponderFromView: |
| (void) | - _didStartTransition |
| (void) | - _didCompleteTransition: |
| (BOOL) | - transition:toView: |
| (void) | - notifyDidCompleteTransition: |
| (BOOL) | - transition:fromView:toView: |
| (id) | - fromView |
| (id) | - toView |
| (BOOL) | - isTransitioning |
| (void) | - setDelegate: |
| (id) | - delegate |
| (BOOL) | - ignoresInteractionEvents |
| (void) | - setIgnoresInteractionEvents: |
| (void) | - _startTransition:withDuration: |
| (void) | - _transitionDidStop:finished: |
Öffentliche, statische Methoden | |
| (double) | + defaultDurationForTransition: |
Geschützte Attribute | |
| UIView * | _fromView |
| UIView * | _toView |
| UIView * | _firstResponderToRemember |
| id | _delegate |
| struct { | |
| unsigned int animationInProgress:1 | |
| unsigned int ignoresInteractionEvents:1 | |
| unsigned int reserved:30 | |
| } | _transitionViewFlags |
Definiert in Zeile 9 der Datei UITransitionView.h.
| + (double) defaultDurationForTransition: | (int) | fp8 |
| - (id) initWithFrame: | (struct CGRect) | fp8 |
| - (void) dealloc |
| - (double) durationForTransition: | (int) | fp8 |
| - (void) _markRememberedFirstResponderFromView: | (id) | fp8 |
| - (void) _didStartTransition |
| - (void) _didCompleteTransition: | (BOOL) | fp8 |
| - (BOOL) transition: | (int) | fp8 | ||
| toView: | (id) | fp12 | ||
| - (void) notifyDidCompleteTransition: | (id) | fp8 |
| - (BOOL) transition: | (int) | fp8 | ||
| fromView: | (id) | fp12 | ||
| toView: | (id) | fp16 | ||
| - (id) fromView |
| - (id) toView |
| - (BOOL) isTransitioning |
| - (void) setDelegate: | (id) | fp8 |
| - (id) delegate |
| - (BOOL) ignoresInteractionEvents |
| - (void) setIgnoresInteractionEvents: | (BOOL) | fp8 |
| - (void) _startTransition: | (int) | fp8 | ||
| withDuration: | (float) | fp12 | ||
| - (void) _transitionDidStop: | (id) | fp8 | ||
| finished: | (id) | fp12 | ||
Definiert in Zeile 11 der Datei UITransitionView.h.
Definiert in Zeile 12 der Datei UITransitionView.h.
- (UIView*) _firstResponderToRemember [protected] |
Definiert in Zeile 13 der Datei UITransitionView.h.
- (id) _delegate [protected] |
Definiert in Zeile 14 der Datei UITransitionView.h.
- (unsigned int) animationInProgress [protected] |
Definiert in Zeile 16 der Datei UITransitionView.h.
- (unsigned int) ignoresInteractionEvents [protected] |
Definiert in Zeile 17 der Datei UITransitionView.h.
- (unsigned int) reserved [protected] |
struct { ... } UITransitionView::_transitionViewFlags [protected] |