My app has complex transition sequence:
- A presents modal B
- B presents modal C
- A presents D (behind B)
- C is dismissed to D
The problem is how to insert D. In case of push-pop animations navigationController has viewControllers
property which I can change as I wish. But what to do in case of modal view controllers?