Share via


UIResponder.MotionEnded(UIEventSubtype, UIEvent) Metodo

Definizione

Metodo richiamato al termine di un movimento (shake).

[Foundation.Export("motionEnded:withEvent:")]
public virtual void MotionEnded (UIKit.UIEventSubtype motion, UIKit.UIEvent evt);
abstract member MotionEnded : UIKit.UIEventSubtype * UIKit.UIEvent -> unit
override this.MotionEnded : UIKit.UIEventSubtype * UIKit.UIEvent -> unit

Parametri

motion
UIEventSubtype

Sottotipo dell'evento.

evt
UIEvent

UIEvent che descrive l'identificatore.

Questo parametro può essere null.

Attributi

Commenti

In particolare, UIView bolle gli eventi fino alla catena del risponditore.

Si applica a