How to detect if another app is running as slide over in iOS 11?

Viewed 1726

The multitasking features got updates in iOS 11, one of those was slide over which is demonstrated in the gif below.

enter image description here

With these changes it's no longer possible to use the techniques that check frame size from iOS 9 to detect if another app is a "slide over" over my app.

Is there any new method to detect if another app is running as slide over?

1 Answers
Related