Skip to content

Latest commit

 

History

History
88 lines (51 loc) · 2.44 KB

File metadata and controls

88 lines (51 loc) · 2.44 KB

MDTransitioning-VCTransitionsLibrary

Introduction

  • Extension for MDTransitioning and VCTransitionLibrary.
  • To support VCTransitionLibrary for MDTransitioning.

How To Get Started

  • Download MDTransitioning-VCTransitionsLibrary and try run example app

Communication

Installation

  • Installation with CocoaPods
source 'https://github.com/Modool/cocoapods-specs.git'
platform :ios, '8.0'

target 'TargetName' do
pod 'MDTransitioning', '~> 1.0.0'
pod 'VCTransitionsLibrary', '~> 1.5.0’

pod 'MDTransitioning-VCTransitionsLibrary', '~> 1.0.0'
end

  • Installation with Carthage
github "Modool/MDTransitioning" ~> 1.0.0
github "Modool/VCTransitionsLibrary" ~> 1.5.1

github "Modool/MDTransitioning-VCTransitionsLibrary" ~> 1.0.0
  • Manual Import
drag "MDTransitioning", "VCTransitionsLibrary", "MDTransitioning-VCTransitionsLibrary" directory into your project

Requirements

  • Requires ARC

Architecture

Animation

Extension of CEReversibleAnimationController for MDTransitioning.

  • CEReversibleAnimationController+MDTransitioning

Interaction

Extension of CEBaseInteractionController for MDTransitioning.

  • CEBaseInteractionController+MDTransitioning

Usage

  • Demo FYI

Update History

  • 2017.10.15 Add README and adjust project class name.

License

MDTransitioning-VCTransitionsLibrary is released under the MIT license. See LICENSE for details.

Article

Article support if you want to see more info or demo. Go.