文件名称:AMWaveTransition:导航控制器中的动画
文件大小:1.92MB
文件格式:ZIP
更新时间:2024-07-13 00:05:27
Objective-C
持有表格视图的视图控制器之间的自定义转换。 每个单元格都经过动画处理以模拟“波浪效应”。
阅读更多关于过渡和 UIKit 动态的
###截屏
入门
###安装
将pod 'AMWaveTransition'添加到您的
运行pod install
运行open App.xcworkspace
###设置为超类
子类AMWaveViewController并覆盖visibleCells或按照以下步骤操作:
###手动设置
实现UINavigationControllerDelegate和这个委托方法:
- ( id
【文件预览】:
AMWaveTransition-master
----.gitignore(237B)
----README.md(4KB)
----AMWaveTransition.podspec(684B)
----Demo()
--------.gitignore(299B)
--------Demo()
--------.gitattributes(28B)
--------Demo.xcodeproj()
--------DemoTests()
----AMWaveTransition()
--------AMWaveTransition.m(21KB)
--------AMWaveViewController.m(2KB)
--------AMWaveTransition.h(4KB)
--------AMWaveViewController.h(219B)
----LICENSE(1KB)
----.travis.yml(159B)
----.cocoadocs.yml(320B)
----assets()
--------logo.png(36KB)
--------screenshot.gif(1.4MB)