UIView.SubviewAdded(UIView) 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.
Tells the view when subviews are added.
[Foundation.Export("didAddSubview:")]
public virtual void SubviewAdded (UIKit.UIView uiview);
abstract member SubviewAdded : UIKit.UIView -> unit
override this.SubviewAdded : UIKit.UIView -> unit
Parameters
- uiview
- UIView
The view that was added as a subview.
- Attributes