ViewController 动画,如缩放

ViewController animation like zooming and zooming out

我有一个 CustomGridViewUIView 的图像,如果我点击一个图像 它应该显示在另一个 viewcontroller 中带有 Zoomin Transition(它应该像它出来的那样显示来自网格),当我关闭它时,它应该像回到缩小效果一样回到同一个地方,

我搜索了这个我找不到适合我需要的库,有人可以建议我如何实现这个

您似乎在搜索 JTSImageViewController

参见:
https://github.com/jaredsinclair/JTSImageViewController

我刚刚为您创建了一个示例项目。

https://github.com/khuong291/100DaysOfSwift(项目 53)

希望对您有所帮助。