Skip to content
This repository has been archived by the owner on Jul 2, 2023. It is now read-only.

Generic parameter T ? #40

Open
midgard opened this issue Jan 4, 2017 · 3 comments
Open

Generic parameter T ? #40

midgard opened this issue Jan 4, 2017 · 3 comments

Comments

@midgard
Copy link

midgard commented Jan 4, 2017

My code is here:

let MainStoryBoard = UIStoryboard(name: "Main", bundle: nil);
let ForgotPasswordVC = MainStoryBoard.instantiateViewController(withIdentifier: "ForgotPasswordVC");
navigationController?.tr_pushViewController(ForgotPasswordVC, method: TRPushTransitionMethod.page);`

I'm getting this error:

Generic parameter 'T' could not be inferred
@amcuserguy
Copy link

up

@manhcuong27
Copy link

You must add NavgationTransitionable to second view controller

@QiProject
Copy link

QiProject commented Jul 12, 2018

hi i think the issue is not just only add NavgationTransitionable, i had to do
pod 'TransitionAnimation', '~> 5.0'
and
import TransitionAnimation in the FirstViewController
this works for me, hope it helps you.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants