endIgnoringInteractionEvents()
Tells the receiver to resume the handling of touch-related events.
Declaration
func endIgnoringInteractionEvents()Discussion
You typically call this method when, after calling the beginIgnoringInteractionEvents() method, the animation or transition concludes. Nested calls of this method should match nested calls of the beginIgnoringInteractionEvents() method.
See Also
Deprecated methods
requestSceneSessionActivation(_:userActivity:options:errorHandler:)beginIgnoringInteractionEvents()setMinimumBackgroundFetchInterval(_:)scheduleLocalNotification(_:)presentLocalNotificationNow(_:)cancelLocalNotification(_:)cancelAllLocalNotifications()setKeepAliveTimeout(_:handler:)UIMinimumKeepAliveTimeoutclearKeepAliveTimeout()setStatusBarHidden(_:with:)setStatusBarStyle(_:animated:)setStatusBarOrientation(_:animated:)registerUserNotificationSettings(_:)registerForRemoteNotifications(matching:)