-
Notifications
You must be signed in to change notification settings - Fork 156
Generic parameter 'T' could not be inferred #25
Comments
Yes I'm getting this error also. Some people did have also. Please give us instructions to resolve. |
Hello, I have the same error. Second controller is a class deviated from UIViewController with NavgationTransitionable protocol but i can't inferred it. |
Yeah, I read carefully and I figured out yesterday. |
It’s what I did : import UIKit class CircleViewController: UIViewController , NavgationTransitionable {
}and in the main controller :
Is the version compatible with Swift 3 ? i had to make some change in TransitionAnimation to compile in swift 3 (not treasury).
|
@CedricJEA : What did you change? It still won't work for me, I still have the "Generic" error. |
hi i think the issue is not just only add NavgationTransitionable, i had to do |
Using the code example in the readme:
Error in 3rd line:
The text was updated successfully, but these errors were encountered: