I have a view that should only display in landscape mode and works well. But if you send the app to the background and then resume it, the notification center will appear in the orientation that you had when resuming the application (usually in portrait mode), so when I detect scrolling from left to right, sometimes the notification center will appear. Any ideas how I can make the system know that it should show the notification center in landscape mode?
EDIT : The view is displayed in landscape mode, as it should be, the problem is only associated with the notification center.
Raspu source share