Catch the «Swipe Finger from Corner» event/notification ?

Hello,

Our application communicates with our hardware to control a motor. For security reasons, if an alert, popup or window appears, we must stop the motor immediately.

I haven't found how to detect (event ?, notification ?, delegate ?) the window if a user swipe their finger to the (bottom right) corner of the screen to display the «Quick note». The bottom left corner (screenshot) works fine, the motor is stopped.

Is there a way to capture an event or notification when the «Quick Note» window is displayed or cleared ?

Thanks,

Are you talking about iOS here?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Sorry, it's iPadOS

OK. Have you look at the UIKit applicationWillResignActive(_:) and applicationDidBecomeActive(_:) delegate callbacks. Depending on the exact situation, there might be triggered.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

These methods are not called when I swipe from the bottom right corner to open the quick note.

Sorry for my bad English.

Catch the «Swipe Finger from Corner» event/notification ?
 
 
Q