You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A fast, convenient view to show animation pop view, it support 72 kinds of animation pop effect.【一个快速便捷、无侵入、可扩展的动画弹框库,两句代码即可实现想要的动画弹框。支持手写和xib,支持横竖屏。可以配置出72种不同的弹框动画效果。】
PS:Recorded and found that the resulting loss of animation is not consistent, it is recommended to download and install Demo view.【录制后发现失帧造成动画效果不连贯,手机上浏览横竖屏切换的Gif图也被拉伸了,建议下载安装Demo查看。】
Getting Started【开始使用】
Features【能做什么】
动画样式分为显示时和移除时两种类型,两两组合可以配置出72种**(8*9)**不同的弹框动画效果。
动画样式可扩展,代码简洁易读,自行添加想要的显示样式和移除样式即可。
自定义控件支持手写和xib。
支持横竖屏和横竖屏切换监听。
支持自定义背景透明度。
支持设置显示时和移除时的动画时长。
Installation【安装】
From CocoaPods【使用CocoaPods】
pod'ZJAnimationPopView'
Manually【手动导入】
Drag all source files under floder ZJAnimationPopView to your project.【将ZJAnimationPopView文件夹中的所有源代码拽入项目中】
Import the main header file:#import "ZJAnimationPopView.h"【导入主头文件:#import "ZJAnimationPopView.h"】