You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks a lot for AFDropdownNotification.
I was just testing it on my universal app (iPhone portrait and iPad landscape). No problem for the iPhone.
However, on the iPad the notifications are shown on portrait mode even if my iPad is on landscape mode. I decided to take a look at your code and it appears that you don't use the parameter "view" in the method "presentInView". You add the notification to "[[UIApplication sharedApplication] keyWindow]".
It is kinda strange because on your demo app, it's working this way.
Could you please explain what I am missing here?
Thanks a lot
Cheers,
Thomas
The text was updated successfully, but these errors were encountered:
Hi there,
First of all, thanks a lot for AFDropdownNotification.
I was just testing it on my universal app (iPhone portrait and iPad landscape). No problem for the iPhone.
However, on the iPad the notifications are shown on portrait mode even if my iPad is on landscape mode. I decided to take a look at your code and it appears that you don't use the parameter "view" in the method "presentInView". You add the notification to "[[UIApplication sharedApplication] keyWindow]".
It is kinda strange because on your demo app, it's working this way.
Could you please explain what I am missing here?
Thanks a lot
Cheers,
Thomas
The text was updated successfully, but these errors were encountered: