TransitionTreasury icon indicating copy to clipboard operation
TransitionTreasury copied to clipboard

Easier way to push your viewController.

Results 22 TransitionTreasury issues
Sort by recently updated
recently updated
newest added

Hi I want hide my navigationbar in second viewcontroller so write something like this ViewController One ``` let testView = XXXViewController() navigationController?.tr_pushViewController(testView, method: ILTransition.OMNI(key: button)) **OMNI == OMNITransitionAnimation** ``` ```...

Hi, First of all thanks for sharing such library. After pushing a VC when i swipe from left it gives me the error : "fatal error: unexpectedly found nil while...