IUIInteraction.WillMoveToView(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.
Method that is called just before the interaction is added to the provided view
.
[Foundation.Export("willMoveToView:")]
[Foundation.Preserve(Conditional=true)]
public void WillMoveToView (UIKit.UIView view);
abstract member WillMoveToView : UIKit.UIView -> unit
Parameters
- view
- UIView
The view that will contain the interaction.
- Attributes