ajerez / AJNotificationView

Notice component for iOS (UNMAINTAINED CODE)
MIT License
303 stars 41 forks source link

landscape not recognized #20

Open sjmn opened 10 years ago

sjmn commented 10 years ago

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

mattvv commented 10 years ago

I'm also getting this.

samjacobson commented 10 years ago

Me too.

samjacobson commented 10 years ago

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