UINavigation的转场动画 XLBubbleTransition
- 授权协议: GPL
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/mengxianliang/XLBubbleTransition
- 软件文档: https://github.com/mengxianliang/XLBubbleTransition
软件介绍
XLBubbleTransition 是一个适用于UINavigation的转场动画,在Push和Pop这两个动作时显示。
使用方法:
在ViewController中设置push和pop的转场动画,初始化时需要设置动画的起始范围和结束范围.
self.xl_pushTranstion = [XLBubblePushTransition transitionWithAnchorRect:button.frame]; self.xl_popTranstion = [XLBubblePopTransition transitionWithAnchorRect:button.frame];
