iamshezad / SHTransition

SHTransition is a simple library for viewcontroller transition animation in swift.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SHTransition

SHTransition is a Library for the transition between the views in a viewcontroller

Sample One

Installation

--Using Cocoapods pod "SHTransition"

--Or drag and drop the SHTransition.xcodeproj to your project

Usage

1.Import SHTransition

2.SHTransition will be off by default.

  • To use SHTransition in a particular vc on SHTransition
  • You can change the transition timing by changing the value in Transition Time Check the below Screenshot

3.Transition Views ID must be same

  • Check the below screenshot

Example

Download the example project

About

SHTransition is a simple library for viewcontroller transition animation in swift.

License:MIT License


Languages

Language:Swift 94.0%Language:Objective-C 3.0%Language:Ruby 3.0%