Recently I have developed a custom modal animation using the UIViewControllerTransitioningDelegate where the calling view controller should be visible after the transition, i.e. its modal is over context.
The problem arises when the presented view controller calls another modal (the facebook login modal in this case). When this second modal is dismissed the root view controller, that should be still visible, is gone. Does anyone have a clue on this?
Thanks in advance.