Might be obvious to some but newcomers might not realize that you need to import UIKit when creating PopAnimator.swift. It may be helpful to include that in the instructions. Thanks…
@icanzilb great tutorial! After following it on the example project I tried to implement it on my own app. The presentation animation works fine, but on dismissing the detailVC, there’s no animation at all. It just disappears immediately (doesn’t even get the out-of-the-box animation from UIKit). Any idea why this might be happening?
Great tutorial, but there one thing that I would like to understand: when there is the animation from full screen to herb image happen that you see that the view has the cornerRadius to 0.0. but after one second, when the view container disappears, round corner appear. how can I animate also the corner radius?