自定义UINavigationController切换动画

时间:2024-04-24 02:45:55
【文件属性】:

文件名称:自定义UINavigationController切换动画

文件大小:1.84MB

文件格式:ZIP

更新时间:2024-04-24 02:45:55

IOS源码

源码BCMagicMoveTransition,自定义UINavigationController的切换动画。效果类似 Keynote 软件中 Magic Move 切换,可以用于任意两个 UIViewController 之间,只需要前后两个 ViewController 均继承 BCMagicTransitViewController ,并指定两个VC中的相同元素即可。


【文件预览】:
BCMagicMoveTransition-master
----.gitignore(495B)
----MagicTransition()
--------main.m(333B)
--------AppDelegate.h(306B)
--------FirstViewController.h(454B)
--------SecondViewController.m(508B)
--------FirstViewController.m(1KB)
--------Info.plist(1019B)
--------Images.xcassets()
--------AppDelegate.m(3KB)
--------SecondViewController.h(456B)
--------Base.lproj()
--------FirstViewController.xib(3KB)
--------BCMagicMoveTransition()
--------SecondViewController.xib(3KB)
----BCMagicMoveTransition.podspec(658B)
----LICENSE(1KB)
----README.md(2KB)
----MagicMove.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(14KB)
----MagicMove.gif(1.48MB)

网友评论