IUIInteraction.DidMoveToView(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 after the interaction is added to the provided view
.
[Foundation.Export("didMoveToView:")]
[Foundation.Preserve(Conditional=true)]
public void DidMoveToView (UIKit.UIView view);
abstract member DidMoveToView : UIKit.UIView -> unit
Parameters
- view
- UIView
The view that now contains the interaction.
- Attributes