Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.87 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.87 KB

FullNavigationTransition

Build status Platform iOS Swift 3 compatible Carthage compatible CocoaPods compatible License: MIT

By Francis Lata.

Introduction

FullNavigationTransition has been created to provide a custom transition that allows for full view panning when a view controller is pushed. Furthermore, it alleviates most developers experience when maintaining different navigation bar styles without doing custom UINavigationBar hacks. This custom transition aims to mimic the standard iOS push and pop navigation controller animation without the fade animation.

Please refer to the Example project provided for more details.

Usage

import FullNavigationTransition
..
.

Requirements

  • iOS 8.0+

Installation

CocoaPods

CocoaPods is a dependency manager for Cocoa projects.

To install FullNavigationTransition, simply add the following line to your Podfile:

pod 'FullNavigationTransition'

Author