Hi!
Very often we want to modally present a controller that been wrapped into navigation controller in order to get navigation bar, for example. Even in the book on page 244 we can see screenshot with modal presentation of that kind controller.
But how we can handle this with technics from Chapter 17? Technically we present navigation controller indeed, so we have to change its transitioningDelegate
property, but it still doesn’t work and show me plain iOS animation “from bottom to top.”
@icanzilb It’s very interesting to know what you think about this!