beginIgnoringInteractionEvents()
Tells the receiver to suspend the handling of touch-related events.
Declaration
func beginIgnoringInteractionEvents()Discussion
You typically call this method before starting an animation or transition. Calls are nested with the endIgnoringInteractionEvents() method.
See Also
Deprecated methods
requestSceneSessionActivation(_:userActivity:options:errorHandler:)endIgnoringInteractionEvents()setMinimumBackgroundFetchInterval(_:)scheduleLocalNotification(_:)presentLocalNotificationNow(_:)cancelLocalNotification(_:)cancelAllLocalNotifications()setKeepAliveTimeout(_:handler:)UIMinimumKeepAliveTimeoutclearKeepAliveTimeout()setStatusBarHidden(_:with:)setStatusBarStyle(_:animated:)setStatusBarOrientation(_:animated:)registerUserNotificationSettings(_:)registerForRemoteNotifications(matching:)