i'm working on an app that display a viewController when is rotated to the left and then when it's rotated to the right, it displays another view controller. my segue's style is modal and i'm using the cross dissolve transition. the problem is when i rotate left then quickly rotate to the right, the console sends me this warning:
Warning: Attempt to present <SSGraphRightViewController: 0x81159b0> on <UINavigationController: 0x82439a0> while a presentation is in progress!
is there a way to avoid this warning? maybe accelerating the time of transition timing?