ios自定义视图的两种模态效果(转场动画)——Alert和ActionSheet

时间:2024-04-26 12:59:34
【文件属性】:

文件名称:ios自定义视图的两种模态效果(转场动画)——Alert和ActionSheet

文件大小:78KB

文件格式:ZIP

更新时间:2024-04-26 12:59:34

IOS源码

作者WellsYC,源码YCPopover,自定义视图的两种模态效果(转场动画)——Alert和ActionSheet。封装两种模态视图的转场动画,中间弹出和下面弹出。只需要自定义一个控制器,然后通过分类对应的present方法弹出,一行代码实现类似弹框的效果。


【文件预览】:
YCPopover-master
----YCPopover.podspec(504B)
----LICENSE(1KB)
----YCpopoverDemo()
--------Demo.xcodeproj()
--------Demo()
--------.DS_Store(6KB)
--------Untitled.gif(55KB)
----.DS_Store(8KB)
----YCPopoverCompont()
--------YCPopoverMacro.h(461B)
--------YCPresentationController.h(517B)
--------UIViewController+YCPopover.m(2KB)
--------.DS_Store(6KB)
--------YCPopoverAnimator.h(591B)
--------YCPopoverAnimator.m(6KB)
--------UIViewController+YCPopover.h(630B)
--------YCPresentationController.m(1KB)
----.gitignore(1KB)
----README.md(1KB)

网友评论