AJNotificationView icon indicating copy to clipboard operation
AJNotificationView copied to clipboard

landscape not recognized

Open sjmn opened this issue 10 years ago • 3 comments

The demo displays the banner on the left, instead of the top, while in landscape. Same happens in my app (installed via cocoa pods). lanscape error

sjmn avatar Mar 26 '14 04:03 sjmn

I'm also getting this.

mattvv avatar Apr 02 '14 00:04 mattvv

Me too.

samjacobson avatar Apr 20 '14 14:04 samjacobson

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).

samjacobson avatar Apr 20 '14 15:04 samjacobson