The new zoom transition API in UIKit may just be my favorite thing this year — absolutely effortless to implement on any existing view controller presentation
And only a couple lines of added code
@stroughtonsmith ya! It can even be presented modally too (without needing a navigation controller)
@stroughtonsmith nit: likely `weak` is redundant here as presenting controllers don't retain presented controllers