Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iamshezad/shtransition

SHTransition is a simple library for viewcontroller transition animation in swift.
https://github.com/iamshezad/shtransition

animation coreanimation swift transition viewcontroller viewcontroller-transition

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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