pull down notification panel in iOS help for iPad
- by Priya Chhabra
I have developed an iPad application. In which I am using left/right swipes from corner of screen.
The problem is when device is in landscape mode, (though the application is always in portrait orientation) and user wants to swipe left, it opens the notification panel instead of going to swipeAction that I had defined.
Note that it works fine when device is kept in portrait mode.
Is there any way to make pull down notification panel application orientation specific ?
Any kind of help will be appreciated.