|
AccessibilityActivate()
|
(Inherited from UIView)
|
|
AccessibilityDecrement()
|
(Inherited from UIResponder)
|
|
AccessibilityElementDidBecomeFocused()
|
(Inherited from UIResponder)
|
|
AccessibilityElementDidLoseFocus()
|
(Inherited from UIResponder)
|
|
AccessibilityElementIsFocused()
|
(Inherited from UIResponder)
|
|
AccessibilityIncrement()
|
(Inherited from UIResponder)
|
|
AccessibilityPerformEscape()
|
(Inherited from UIResponder)
|
|
AccessibilityPerformMagicTap()
|
(Inherited from UIResponder)
|
|
AccessibilityScroll(UIAccessibilityScrollDirection)
|
(Inherited from UIResponder)
|
|
ActionForLayer(CALayer, String)
|
(Inherited from UIView)
|
|
Add(UIView)
|
This is an alias for AddSubview(UIView), but uses the Add pattern as it allows C# 3.0 constructs to add subviews after creating the object.
(Inherited from UIView)
|
|
AddConstraint(NSLayoutConstraint)
|
(Inherited from UIView)
|
|
AddConstraints(NSLayoutConstraint[])
|
(Inherited from UIView)
|
|
AddGestureRecognizer(UIGestureRecognizer)
|
(Inherited from UIView)
|
|
AddInteraction(IUIInteraction)
|
(Inherited from UIView)
|
|
AddLayoutGuide(UILayoutGuide)
|
(Inherited from UIView)
|
|
AddMotionEffect(UIMotionEffect)
|
(Inherited from UIView)
|
|
AddObserver(NSObject, NSString, NSKeyValueObservingOptions, IntPtr)
|
(Inherited from NSObject)
|
|
AddObserver(NSObject, String, NSKeyValueObservingOptions, IntPtr)
|
(Inherited from NSObject)
|
|
AddObserver(NSString, NSKeyValueObservingOptions, Action<NSObservedChange>)
|
Registers an object for being observed externally using an arbitrary method.
(Inherited from NSObject)
|
|
AddObserver(String, NSKeyValueObservingOptions, Action<NSObservedChange>)
|
Registers an object for being observed externally using an arbitrary method.
(Inherited from NSObject)
|
|
AddSubview(UIView)
|
(Inherited from UIView)
|
|
AddSubviews(UIView[])
|
Convenience routine to add various views to a UIView.
(Inherited from UIView)
|
|
AlignCenter(NSObject)
|
(Inherited from UIResponder)
|
|
AlignJustified(NSObject)
|
(Inherited from UIResponder)
|
|
AlignLeft(NSObject)
|
(Inherited from UIResponder)
|
|
AlignmentRectForFrame(CGRect)
|
(Inherited from UIView)
|
|
AlignRight(NSObject)
|
(Inherited from UIResponder)
|
|
AppearanceWhenContainedIn(Type[])
|
Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy.
|
|
AwakeFromNib()
|
(Inherited from NSObject)
|
|
BecomeFirstResponder()
|
(Inherited from UIResponder)
|
|
BeginInvokeOnMainThread(Action)
|
(Inherited from NSObject)
|
|
BeginInvokeOnMainThread(Selector, NSObject)
|
Invokes asynchrously the specified code on the main UI thread.
(Inherited from NSObject)
|
|
BringSubviewToFront(UIView)
|
(Inherited from UIView)
|
|
BuildMenu(IUIMenuBuilder)
|
(Inherited from UIResponder)
|
|
CanPaste(NSItemProvider[])
|
Returns true if the responder can paste from the specified item providers.
(Inherited from UIResponder)
|
|
CanPerform(Selector, NSObject)
|
(Inherited from UIResponder)
|
|
Capture(Boolean)
|
Performs a screen-capture of the UIView.
(Inherited from UIView)
|
|
CaptureTextFromCamera(NSObject)
|
(Inherited from UIResponder)
|
|
ConformsToProtocol(NativeHandle)
|
(Inherited from NSObject)
|
|
ContentCompressionResistancePriority(UILayoutConstraintAxis)
|
(Inherited from UIView)
|
|
ContentHuggingPriority(UILayoutConstraintAxis)
|
(Inherited from UIView)
|
|
ConvertPointFromCoordinateSpace(CGPoint, IUICoordinateSpace)
|
(Inherited from UIView)
|
|
ConvertPointFromView(CGPoint, UIView)
|
(Inherited from UIView)
|
|
ConvertPointToCoordinateSpace(CGPoint, IUICoordinateSpace)
|
(Inherited from UIView)
|
|
ConvertPointToView(CGPoint, UIView)
|
(Inherited from UIView)
|
|
ConvertRectFromCoordinateSpace(CGRect, IUICoordinateSpace)
|
(Inherited from UIView)
|
|
ConvertRectFromView(CGRect, UIView)
|
(Inherited from UIView)
|
|
ConvertRectToCoordinateSpace(CGRect, IUICoordinateSpace)
|
(Inherited from UIView)
|
|
ConvertRectToView(CGRect, UIView)
|
(Inherited from UIView)
|
|
Copy()
|
(Inherited from NSObject)
|
|
Copy(NSObject)
|
(Inherited from UIResponder)
|
|
CreateTouchBar()
|
(Inherited from UIResponder)
|
|
Cut(NSObject)
|
(Inherited from UIResponder)
|
|
DangerousAutorelease()
|
Calls the 'autorelease' selector on this object.
(Inherited from NSObject)
|
|
DangerousRelease()
|
Calls the 'release' selector on this object.
(Inherited from NSObject)
|
|
DangerousRetain()
|
Calls the 'retain' selector on this object.
(Inherited from NSObject)
|
|
DecodeRestorableState(NSCoder)
|
(Inherited from UIView)
|
|
DecreaseSize(NSObject)
|
(Inherited from UIResponder)
|
|
Delete(NSObject)
|
(Inherited from UIResponder)
|
|
DidChange(NSKeyValueChange, NSIndexSet, NSString)
|
(Inherited from NSObject)
|
|
DidChange(NSString, NSKeyValueSetMutationKind, NSSet)
|
(Inherited from NSObject)
|
|
DidChangeValue(String)
|
(Inherited from NSObject)
|
|
DidHintFocusMovement(UIFocusMovementHint)
|
Called when a focus change may soon happen.
(Inherited from UIView)
|
|
DidUpdateFocus(UIFocusUpdateContext, UIFocusAnimationCoordinator)
|
Delegate method called shortly after focus has changed to a new UIView.
(Inherited from UIView)
|
|
DisplayLayer(CALayer)
|
(Inherited from UIView)
|
|
Dispose()
|
Releases the resources used by the NSObject object.
(Inherited from NSObject)
|
|
Dispose(Boolean)
|
(Inherited from UIView)
|
|
DoesNotRecognizeSelector(Selector)
|
(Inherited from NSObject)
|
|
Draw(CGRect)
|
(Inherited from UIView)
|
|
DrawLayer(CALayer, CGContext)
|
(Inherited from UIView)
|
|
DrawRect(CGRect, UIViewPrintFormatter)
|
(Inherited from UIView)
|
|
DrawViewHierarchy(CGRect, Boolean)
|
(Inherited from UIView)
|
|
Duplicate(NSObject)
|
(Inherited from UIResponder)
|
|
EncodeRestorableState(NSCoder)
|
(Inherited from UIView)
|
|
EncodeTo(NSCoder)
|
Encodes the state of the object using the provided encoder.
|
|
Equals(NSObject)
|
(Inherited from NSObject)
|
|
Equals(Object)
|
(Inherited from NSObject)
|
|
ExchangeSubview(IntPtr, IntPtr)
|
This method exchanges the indices of two UIViews within the Subviews array.
(Inherited from UIView)
|
|
ExerciseAmbiguityInLayout()
|
(Inherited from UIView)
|
|
Export(NSObject)
|
(Inherited from UIResponder)
|
|
Find(NSObject)
|
(Inherited from UIResponder)
|
|
FindAndReplace(NSObject)
|
(Inherited from UIResponder)
|
|
FindNext(NSObject)
|
(Inherited from UIResponder)
|
|
FindPrevious(NSObject)
|
(Inherited from UIResponder)
|
|
FrameForAlignmentRect(CGRect)
|
(Inherited from UIView)
|
|
GestureRecognizerShouldBegin(UIGestureRecognizer)
|
(Inherited from UIView)
|
|
GetAppearance(UITraitCollection, Type[])
|
Obtains the appearance proxy UIInputView.UIInputViewAppearance for UIInputView.
|
|
GetAppearance(UITraitCollection)
|
Obtains the appearance proxy UIInputView.UIInputViewAppearance for UIInputView.
|
|
GetAppearance<T>()
|
Obtains the appearance proxy UIInputView.UIInputViewAppearance for the subclass of UIInputView.
|
|
GetAppearance<T>(UITraitCollection, Type[])
|
Obtains the appearance proxy UIInputView.UIInputViewAppearance for the subclass of UIInputView.
|
|
GetAppearance<T>(UITraitCollection)
|
Obtains the appearance proxy UIInputView.UIInputViewAppearance for the subclass of UIInputView.
|
|
GetConstraintsAffectingLayout(UILayoutConstraintAxis)
|
(Inherited from UIView)
|
|
GetDictionaryOfValuesFromKeys(NSString[])
|
(Inherited from NSObject)
|
|
GetDirectionalEdgeInsets(UIViewLayoutRegion)
|
(Inherited from UIView)
|
|
GetEdgeInsets(UIViewLayoutRegion)
|
(Inherited from UIView)
|
|
GetEnumerator()
|
Returns an enumerator that lists all of the subviews in this view
(Inherited from UIView)
|
|
GetFocusItems(CGRect)
|
Returns a list of all the child focus items within the specified rectangle.
(Inherited from UIView)
|
|
GetFrame(UIView)
|
(Inherited from UIView)
|
|
GetHashCode()
|
Generates a hash code for the current instance.
(Inherited from NSObject)
|
|
GetLayoutGuide(UIViewLayoutRegion)
|
(Inherited from UIView)
|
|
GetMethodForSelector(Selector)
|
(Inherited from NSObject)
|
|
GetNativeHash()
|
(Inherited from NSObject)
|
|
GetProvider(UIDeferredMenuElement)
|
(Inherited from UIResponder)
|
|
GetSoundIdentifier(UIFocusUpdateContext)
|
(Inherited from UIView)
|
|
GetTargetForAction(Selector, NSObject)
|
(Inherited from UIResponder)
|
|
HitTest(CGPoint, UIEvent)
|
(Inherited from UIView)
|
|
IncreaseSize(NSObject)
|
(Inherited from UIResponder)
|
|
Init()
|
(Inherited from NSObject)
|
|
InitializeHandle(NativeHandle, String)
|
(Inherited from NSObject)
|
|
InitializeHandle(NativeHandle)
|
(Inherited from NSObject)
|
|
InsertSubview(UIView, IntPtr)
|
Inserts the specified subview at the specified
___location as a subview of this view.
(Inherited from UIView)
|
|
InsertSubviewAbove(UIView, UIView)
|
(Inherited from UIView)
|
|
InsertSubviewBelow(UIView, UIView)
|
(Inherited from UIView)
|
|
InvalidateIntrinsicContentSize()
|
(Inherited from UIView)
|
|
Invoke(Action, Double)
|
(Inherited from NSObject)
|
|
Invoke(Action, TimeSpan)
|
(Inherited from NSObject)
|
|
InvokeOnMainThread(Action)
|
(Inherited from NSObject)
|
|
InvokeOnMainThread(Selector, NSObject)
|
Invokes synchrously the specified code on the main UI thread.
(Inherited from NSObject)
|
|
IsDescendantOfView(UIView)
|
(Inherited from UIView)
|
|
IsEqual(NSObject)
|
(Inherited from NSObject)
|
|
IsKindOfClass(Class)
|
(Inherited from NSObject)
|
|
IsMemberOfClass(Class)
|
(Inherited from NSObject)
|
|
LayoutIfNeeded()
|
(Inherited from UIView)
|
|
LayoutMarginsDidChange()
|
(Inherited from UIView)
|
|
LayoutSublayersOfLayer(CALayer)
|
(Inherited from UIView)
|
|
LayoutSubviews()
|
(Inherited from UIView)
|
|
MakeTextWritingDirectionLeftToRight(NSObject)
|
(Inherited from UIResponder)
|
|
MakeTextWritingDirectionRightToLeft(NSObject)
|
(Inherited from UIResponder)
|
|
MarkDirty()
|
Promotes a regular peer object (IsDirectBinding is true) into a toggleref object.
(Inherited from NSObject)
|
|
MotionBegan(UIEventSubtype, UIEvent)
|
(Inherited from UIResponder)
|
|
MotionCancelled(UIEventSubtype, UIEvent)
|
(Inherited from UIResponder)
|
|
MotionEnded(UIEventSubtype, UIEvent)
|
(Inherited from UIResponder)
|
|
Move(NSObject)
|
(Inherited from UIResponder)
|
|
MovedToSuperview()
|
(Inherited from UIView)
|
|
MovedToWindow()
|
(Inherited from UIView)
|
|
MutableCopy()
|
(Inherited from NSObject)
|
|
NeedsUpdateConstraints()
|
(Inherited from UIView)
|
|
NewFromPasteboard(NSObject)
|
(Inherited from UIResponder)
|
|
ObserveValue(NSString, NSObject, NSDictionary, IntPtr)
|
(Inherited from NSObject)
|
|
Paste(NSItemProvider[])
|
Performs the paste.
(Inherited from UIResponder)
|
|
Paste(NSObject)
|
(Inherited from UIResponder)
|
|
PasteAndGo(NSObject)
|
(Inherited from UIResponder)
|
|
PasteAndMatchStyle(NSObject)
|
(Inherited from UIResponder)
|
|
PasteAndSearch(NSObject)
|
(Inherited from UIResponder)
|
|
PerformClose(NSObject)
|
(Inherited from UIResponder)
|
|
PerformSelector(Selector, NSObject, Double, NSString[])
|
(Inherited from NSObject)
|
|
PerformSelector(Selector, NSObject, Double)
|
(Inherited from NSObject)
|
|
PerformSelector(Selector, NSObject, NSObject)
|
(Inherited from NSObject)
|
|
PerformSelector(Selector, NSObject)
|
(Inherited from NSObject)
|
|
PerformSelector(Selector, NSThread, NSObject, Boolean, NSString[])
|
(Inherited from NSObject)
|
|
PerformSelector(Selector, NSThread, NSObject, Boolean)
|
(Inherited from NSObject)
|
|
PerformSelector(Selector)
|
(Inherited from NSObject)
|
|
PointInside(CGPoint, UIEvent)
|
(Inherited from UIView)
|
|
PrepareForInterfaceBuilder()
|
(Inherited from NSObject)
|
|
PressesBegan(NSSet<UIPress>, UIPressesEvent)
|
(Inherited from UIResponder)
|
|
PressesCancelled(NSSet<UIPress>, UIPressesEvent)
|
(Inherited from UIResponder)
|
|
PressesChanged(NSSet<UIPress>, UIPressesEvent)
|
(Inherited from UIResponder)
|
|
PressesEnded(NSSet<UIPress>, UIPressesEvent)
|
(Inherited from UIResponder)
|
|
Print(NSObject)
|
(Inherited from UIResponder)
|
|
RegisterForTraitChanges(Action<IUITraitEnvironment,UITraitCollection>, Type[])
|
Registers a callback handler that will be executed when one of the specified traits changes.
(Inherited from UIView)
|
|
RegisterForTraitChanges(Class[], Action<IUITraitEnvironment,UITraitCollection>)
|
(Inherited from UIView)
|
|
RegisterForTraitChanges(Class[], NSObject, Selector)
|
(Inherited from UIView)
|
|
RegisterForTraitChanges(Class[], Selector)
|
(Inherited from UIView)
|
|
RegisterForTraitChanges(IUITraitDefinition[], Action<IUITraitEnvironment,UITraitCollection>)
|
Obsolete.
(Inherited from UIView)
|
|
RegisterForTraitChanges(IUITraitDefinition[], NSObject, Selector)
|
Obsolete.
(Inherited from UIView)
|
|
RegisterForTraitChanges(IUITraitDefinition[], Selector)
|
Obsolete.
(Inherited from UIView)
|
|
RegisterForTraitChanges(Type[], Action<IUITraitEnvironment,UITraitCollection>)
|
Registers a callback handler that will be executed when one of the specified traits changes.
(Inherited from UIView)
|
|
RegisterForTraitChanges(Type[], NSObject, Selector)
|
Registers a selector that will be called on the specified object when any of the specified traits changes.
(Inherited from UIView)
|
|
RegisterForTraitChanges(Type[], Selector)
|
Registers a selector that will be called on the current object when any of the specified traits changes.
(Inherited from UIView)
|
|
RegisterForTraitChanges<T>(Action<IUITraitEnvironment,UITraitCollection>)
|
Registers a callback handler that will be executed when the specified trait changes.
(Inherited from UIView)
|
|
RegisterForTraitChanges<T1,T2,T3,T4>(Action<IUITraitEnvironment,UITraitCollection>)
|
Registers a callback handler that will be executed when any of the specified traits changes.
(Inherited from UIView)
|
|
RegisterForTraitChanges<T1,T2,T3>(Action<IUITraitEnvironment,UITraitCollection>)
|
Registers a callback handler that will be executed when any of the specified traits changes.
(Inherited from UIView)
|
|
RegisterForTraitChanges<T1,T2>(Action<IUITraitEnvironment,UITraitCollection>)
|
Registers a callback handler that will be executed when any of the specified traits changes.
(Inherited from UIView)
|
|
ReloadInputViews()
|
(Inherited from UIResponder)
|
|
RemoteControlReceived(UIEvent)
|
(Inherited from UIResponder)
|
|
RemoveConstraint(NSLayoutConstraint)
|
(Inherited from UIView)
|
|
RemoveConstraints(NSLayoutConstraint[])
|
(Inherited from UIView)
|
|
RemoveFromSuperview()
|
(Inherited from UIView)
|
|
RemoveGestureRecognizer(UIGestureRecognizer)
|
(Inherited from UIView)
|
|
RemoveInteraction(IUIInteraction)
|
(Inherited from UIView)
|
|
RemoveLayoutGuide(UILayoutGuide)
|
(Inherited from UIView)
|
|
RemoveMotionEffect(UIMotionEffect)
|
(Inherited from UIView)
|
|
RemoveObserver(NSObject, NSString, IntPtr)
|
(Inherited from NSObject)
|
|
RemoveObserver(NSObject, NSString)
|
(Inherited from NSObject)
|
|
RemoveObserver(NSObject, String, IntPtr)
|
(Inherited from NSObject)
|
|
RemoveObserver(NSObject, String)
|
(Inherited from NSObject)
|
|
Rename(NSObject)
|
(Inherited from UIResponder)
|
|
ResignFirstResponder()
|
(Inherited from UIResponder)
|
|
ResizableSnapshotView(CGRect, Boolean, UIEdgeInsets)
|
(Inherited from UIView)
|
|
RespondsToSelector(Selector)
|
(Inherited from NSObject)
|
|
RestoreUserActivityState(NSUserActivity)
|
(Inherited from UIResponder)
|
|
SafeAreaInsetsDidChange()
|
(Inherited from UIView)
|
|
Select(NSObject)
|
(Inherited from UIResponder)
|
|
SelectAll(NSObject)
|
(Inherited from UIResponder)
|
|
SendSubviewToBack(UIView)
|
(Inherited from UIView)
|
|
SetContentCompressionResistancePriority(Single, UILayoutConstraintAxis)
|
(Inherited from UIView)
|
|
SetContentHuggingPriority(Single, UILayoutConstraintAxis)
|
(Inherited from UIView)
|
|
SetEffectiveRadius(UIRectCorner)
|
(Inherited from UIView)
|
|
SetNeedsDisplay()
|
(Inherited from UIView)
|
|
SetNeedsDisplayInRect(CGRect)
|
(Inherited from UIView)
|
|
SetNeedsFocusUpdate()
|
When this is the active focus environment, requests a focus update, which can potentially change the PreferredFocusedView. (See also UpdateFocusIfNeeded().)
(Inherited from UIView)
|
|
SetNeedsLayout()
|
(Inherited from UIView)
|
|
SetNeedsUpdateConstraints()
|
(Inherited from UIView)
|
|
SetNeedsUpdateProperties()
|
(Inherited from UIView)
|
|
SetNilValueForKey(NSString)
|
(Inherited from NSObject)
|
|
SetValueForKey(NSObject, NSString)
|
(Inherited from NSObject)
|
|
SetValueForKeyPath(NativeHandle, NSString)
|
(Inherited from NSObject)
|
|
SetValueForKeyPath(NSObject, NSString)
|
(Inherited from NSObject)
|
|
SetValueForUndefinedKey(NSObject, NSString)
|
(Inherited from NSObject)
|
|
SetValuesForKeysWithDictionary(NSDictionary)
|
(Inherited from NSObject)
|
|
ShouldUpdateFocus(UIFocusUpdateContext)
|
Called prior to the current object either losing or receiving focus. If either focus environment returns false, the focus update is canceled.
(Inherited from UIView)
|
|
ShowWritingTools(NSObject)
|
(Inherited from UIResponder)
|
|
SizeThatFits(CGSize)
|
(Inherited from UIView)
|
|
SizeToFit()
|
(Inherited from UIView)
|
|
SnapshotView(Boolean)
|
(Inherited from UIView)
|
|
SubviewAdded(UIView)
|
(Inherited from UIView)
|
|
SystemLayoutSizeFittingSize(CGSize, Single, Single)
|
(Inherited from UIView)
|
|
SystemLayoutSizeFittingSize(CGSize)
|
(Inherited from UIView)
|
|
TintColorDidChange()
|
(Inherited from UIView)
|
|
ToggleBoldface(NSObject)
|
(Inherited from UIResponder)
|
|
ToggleInspector(NSObject)
|
(Inherited from UIResponder)
|
|
ToggleItalics(NSObject)
|
(Inherited from UIResponder)
|
|
ToggleSidebar(NSObject)
|
(Inherited from UIResponder)
|
|
ToggleUnderline(NSObject)
|
(Inherited from UIResponder)
|
|
ToString()
|
Returns a string representation of the value of the current instance.
(Inherited from NSObject)
|
|
TouchesBegan(NSSet, UIEvent)
|
(Inherited from UIResponder)
|
|
TouchesCancelled(NSSet, UIEvent)
|
(Inherited from UIResponder)
|
|
TouchesEnded(NSSet, UIEvent)
|
(Inherited from UIResponder)
|
|
TouchesEstimatedPropertiesUpdated(NSSet)
|
(Inherited from UIResponder)
|
|
TouchesMoved(NSSet, UIEvent)
|
(Inherited from UIResponder)
|
|
TraitCollectionDidChange(UITraitCollection)
|
The trait collection that describes the environmnent changed.
(Inherited from UIView)
|
|
UnregisterForTraitChanges(IUITraitChangeRegistration)
|
(Inherited from UIView)
|
|
UpdateConstraints()
|
(Inherited from UIView)
|
|
UpdateConstraintsIfNeeded()
|
(Inherited from UIView)
|
|
UpdateFocusIfNeeded()
|
If any focus environment has a pending update, this method forces an immediate focus update. Unlike SetNeedsFocusUpdate(), this method may be called by any IUIFocusEnvironment, whether it currently contains focus or not.
(Inherited from UIView)
|
|
UpdateProperties()
|
(Inherited from UIView)
|
|
UpdatePropertiesIfNeeded()
|
(Inherited from UIView)
|
|
UpdateTextAttributes(UITextAttributesConversionHandler)
|
(Inherited from UIResponder)
|
|
UpdateTraitsIfNeeded()
|
(Inherited from UIView)
|
|
UpdateUserActivityState(NSUserActivity)
|
(Inherited from UIResponder)
|
|
UseSelectionForFind(NSObject)
|
(Inherited from UIResponder)
|
|
ValidateCommand(UICommand)
|
(Inherited from UIResponder)
|
|
ValueForKey(NSString)
|
(Inherited from NSObject)
|
|
ValueForKeyPath(NSString)
|
(Inherited from NSObject)
|
|
ValueForUndefinedKey(NSString)
|
(Inherited from NSObject)
|
|
ViewWithTag(IntPtr)
|
Returns the UIView identified by the tag. May return null.
(Inherited from UIView)
|
|
WillChange(NSKeyValueChange, NSIndexSet, NSString)
|
(Inherited from NSObject)
|
|
WillChange(NSString, NSKeyValueSetMutationKind, NSSet)
|
(Inherited from NSObject)
|
|
WillChangeValue(String)
|
(Inherited from NSObject)
|
|
WillDrawLayer(CALayer)
|
Method that is called when layer is about to be drawn.
(Inherited from UIView)
|
|
WillMoveToSuperview(UIView)
|
(Inherited from UIView)
|
|
WillMoveToWindow(UIWindow)
|
(Inherited from UIView)
|
|
WillRemoveSubview(UIView)
|
(Inherited from UIView)
|