Open cytryn opened 8 years ago
Maybe you need perform
$ pod install
It has been done.
Problem was after that.
I have the same issue too. Any solutions? I also did pod install
@thongtran715 I ended up creating my own transition. Better than using a pod anyway... :P
Same issue here. Use of unresolved identifier 'TRPresentTransitionMethod'
Problem solved by adding TransitionAnimation
pod 'TransitionAnimation'
and import TransitionAnimation before using TRPresentTransitionMethod
import TransitionAnimation
@DianQK please add TransitionAnimation on the podspec
Hi~ @lfarah I have add TransitionAnimation .
https://github.com/DianQK/TransitionTreasury/blob/master/TransitionAnimation.podspec
As you can see HERE, you can add a dependency on your podcast so people don't have to install 2 libraries:
s.dependency '1PasswordExtension', '1.8.2'
@lfarah I think we often just need TransitionTreasury
which help us manage custom transition animation easy. TransitionAnimation
is not a common animation, when we build a app, we often have own animation. So I separated TransitionAnimation
.
Just followed you basic readme file with the example and could not recognize TRPresentTransitionMethod
So I created it myself but anyway couldn't get to work.
Also your demo project just don't go straight to the point, its very confusing...