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
Thank you for this amazing library. It works really well, and simplifies a developer's life tremendously especially if you are bored with the standard iOS alerts.
However, I noticed that popover orientations are not correct in the landscape mode, including the example project. When you select Bounce from top animation and if you are in landscape orientation, popover slides from left and with the wrong rotation. See screenshot below (I am running the iOS 12.1 version emulator):
When I use the debugger, I can see the code going into the right switch statement in the (void)updateForInterfaceOrientation function but the final frame calculations still happen as though the orientation is portrait. Do you have any plans of adding this as an enhancement?
The text was updated successfully, but these errors were encountered:
Hi @Toprakete@BenderNK, I have currently no time to fix the issue... If you could look into why, and send a pull request of the change it would be well appreciated.
Thank you for this amazing library. It works really well, and simplifies a developer's life tremendously especially if you are bored with the standard iOS alerts.
However, I noticed that popover orientations are not correct in the landscape mode, including the example project. When you select
Bounce from top
animation and if you are in landscape orientation, popover slides from left and with the wrong rotation. See screenshot below (I am running the iOS 12.1 version emulator):When I use the debugger, I can see the code going into the right switch statement in the
(void)updateForInterfaceOrientation
function but the final frame calculations still happen as though the orientation is portrait. Do you have any plans of adding this as an enhancement?The text was updated successfully, but these errors were encountered: