• 授权协议:GPL
  • 开发厂商:-
  • 软件语言:Objective-C
  • 更新日期:2017-04-16
XLBubbleTransition

XLBubbleTransition 是一个适用于UINavigation的转场动画,在Push和Pop这两个动作时显示。在ViewController中设置push和pop的转场动画,初始化时需要设置动画的起始范围和结束范围.

XLBubbleTransition UINavigation的转场动画 项目简介

XLBubbleTransition 是一个适用于UINavigation的转场动画,在Push和Pop这两个动作时显示。使用方法:在ViewController中设置push和pop的转场动画,初始化时需要设置动画的起始范围和结束范围.self.xl_pushTranstion = [XLBubblePushTransition transitionWithAnchorRect:button.frame];
self.xl_popTranstion = [XLBubblePopTransition transitionWithAnchorRect:button.frame];

XLBubbleTransition UINavigation的转场动画 评论内容