Popover doesn't work in landscape mode
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?
Is there a solution meanwhile
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.