AJNotificationView
AJNotificationView copied to clipboard
landscape not recognized
The demo displays the banner on the left, instead of the top, while in landscape. Same happens in my app (installed via cocoa pods).
I'm also getting this.
Me too.
For others coming here: I'm not sure if the bug is real or not, but you can make it behave correctly by using a view instead of the app's window. (e.g. self.view instead of AppDelegate.window).