- Animation based with transtion, easy to custom gesture control by developer.
- Quick Integrate global gesture, sideslip or local animation
- Download
MDTransitioning
and try run example app
- Installation with CocoaPods
source 'https://github.com/Modool/cocoapods-specs.git'
platform :ios, '8.0'
target 'TargetName' do
pod 'MDTransitioning', '~> 1.0.2'
end
- Installation with Carthage
github "Modool/MDTransitioning" ~> 1.0.2
- Manual Import
drag “MDTransitioning” directory into your project
- Requires ARC
<UIViewControllerAnimatedTransitioning>
<MDViewControllerAnimatedTransitioning>
<MDNavigationAnimatedTransitioning>
<MPresentionAnimatedTransitioning>
MDNavigationAnimationController
MDPresentionAnimationController
<MDNavigationPopController>
<MDPresentionController>
<MDInteractionController>
MDSwipeInteractionController
MDPopInteractionController
UIViewController+MDNavigationTransitioning
UIViewController+MDPresentionTransitioning
AnimatedTransitioning
MDImageZoomAnimationController
InteractiveTransition
MDImageDismissInteractionController
MDImageDraggingDismissInteractionController
MDImageViewController
- Demo FYI
- 2017.7.30 Add README and adjust project class name.
MDTransitioning
is released under the MIT license. See LICENSE for details.
Article support if you want to see more extension or demo. Go.