BCMagicTransition
BCMagicTransition copied to clipboard
A MagicMove Style Custom VC Transition
Is there / planned swift port ?
Can i transition from navigationItem/navigationbar titleView? I tried but its not transitioning from navigation item/navigationbar, it transitioning from viewcontroller's view from same coordinates of titleView on view. any suggestion/help would...
Is it possible BCMagicTransition effect in Scrollview Paging? thanks in advance.
Hello, I have three viewcontroller inside Scrollview and i want to integrate @BCMagicTransition. is it possible? thanks in advance.
就是fromView 到 toView, 一般toview是一个图片完美的尺寸,但是fromView,可能宽高都不是正常的比例,所以可能设置contentMode是aspectFill,所以转场的时候应该有个scal变化的过程,不然就会有图片先被拉伸或缩放,然后在被明显替换的感觉。希望可以完善下。我自己也在找处理方式。