#import <UIView-Hierarchy.h>
Öffentliche Methoden | |
| (BOOL) | - containsView: |
| (id) | - superview |
| (id) | - subviews |
| (void) | - removeFromSuperview |
| (void) | - insertSubview:atIndex: |
| (void) | - exchangeSubviewAtIndex:withSubviewAtIndex: |
| (void) | - addSubview: |
| (void) | - _movedToFront |
| (void) | - bringSubviewToFront: |
| (void) | - sendSubviewToBack: |
| (void) | - insertSubview:below: |
| (void) | - insertSubview:above: |
| (id) | - _findFirstSubviewWantingToBecomeFirstResponder |
| (void) | - _makeSubtreePerformSelector: |
| (BOOL) | - _shouldTryPromoteDescendantToFirstResponder |
| (void) | - _promoteDescendantToFirstResponderIfNecessary |
| (void) | - _postMovedFromSuperview: |
| (void) | - movedFromSuperview: |
| (void) | - movedToSuperview: |
| (void) | - movedFromWindow: |
| (void) | - movedToWindow: |
| (void) | - setTag: |
| (int) | - tag |
| (id) | - viewWithTag: |
| (void) | - setNeedsLayout |
| (void) | - layoutIfNeeded |
| (void) | - layoutSubviews |
Definiert in Zeile 9 der Datei UIView-Hierarchy.h.
| - (BOOL) containsView: | (id) | fp8 |
| - (id) superview |
| - (id) subviews |
| - (void) removeFromSuperview |
| - (void) insertSubview: | (id) | fp8 | ||
| atIndex: | (unsigned int) | fp12 | ||
| - (void) exchangeSubviewAtIndex: | (unsigned int) | fp8 | ||
| withSubviewAtIndex: | (unsigned int) | fp12 | ||
| - (void) addSubview: | (id) | fp8 |
| - (void) _movedToFront |
| - (void) bringSubviewToFront: | (id) | fp8 |
| - (void) sendSubviewToBack: | (id) | fp8 |
| - (void) insertSubview: | (id) | fp8 | ||
| below: | (id) | fp12 | ||
| - (void) insertSubview: | (id) | fp8 | ||
| above: | (id) | fp12 | ||
| - (id) _findFirstSubviewWantingToBecomeFirstResponder |
| - (void) _makeSubtreePerformSelector: | (SEL) | fp8 |
| - (BOOL) _shouldTryPromoteDescendantToFirstResponder |
| - (void) _promoteDescendantToFirstResponderIfNecessary |
| - (void) _postMovedFromSuperview: | (id) | fp8 |
| - (void) movedFromSuperview: | (id) | fp8 |
| - (void) movedToSuperview: | (id) | fp8 |
| - (void) movedFromWindow: | (id) | fp8 |
| - (void) movedToWindow: | (id) | fp8 |
| - (void) setTag: | (int) | fp8 |
| - (int) tag |
| - (id) viewWithTag: | (int) | fp8 |
| - (void) setNeedsLayout |
| - (void) layoutIfNeeded |
| - (void) layoutSubviews |