UIView.RemoveFromSuperview Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("removeFromSuperview")]
public virtual void RemoveFromSuperview ();
abstract member RemoveFromSuperview : unit -> unit
override this.RemoveFromSuperview : unit -> unit
- Attributes
Remarks
Application developers must not call this method from within the UIView's DrawRect(CGRect, UIViewPrintFormatter) method.