Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 798 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 798 Bytes

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