Skip to content

Latest commit

 

History

History
77 lines (46 loc) · 2.05 KB

File metadata and controls

77 lines (46 loc) · 2.05 KB

EVRElasticViewReference

Introduction

  • To manage dragging view node.
  • Support to use customized completed animation.
  • Allow to control translation offset or state changing.

How To Get Started

  • Download EVRElasticViewReference and try run example app

Preview

Cancel

Complete

Installation

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

target 'TargetName' do
pod 'EVRElasticViewReference', '~> 1.0.0'
end

  • Installation with Carthage
github "Modool/EVRElasticViewReference" ~> 1.0.0
  • Manual Import
drag “EVRElasticViewReference” directory into your project

Requirements

  • Requires ARC

Architecture

  • EVRElasticViewReference

Usage

  • Demo FYI

Update History

  • 2017.11.8 Add README and adjust project class name.

License

EVRElasticViewReference is released under the MIT license. See LICENSE for details.

Communication