You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi everyone
so i'm using this library on one of my projects and it's working fine between a collectionviewCell and a detailVC, but when i try to go from that "detailVC" to "anotherVC" i am getting the "unexpectedly found nil while implicitly unwrapping an optional value", in fact the imageView on the "anotherVC" is returning nil on the Match
i get rid of the error by using : anotherVC.loadViewIfNeeded()
but i am not getting the transition effect between my imageViews now
thanks
The text was updated successfully, but these errors were encountered:
hi everyone
so i'm using this library on one of my projects and it's working fine between a collectionviewCell and a detailVC, but when i try to go from that "detailVC" to "anotherVC" i am getting the "unexpectedly found nil while implicitly unwrapping an optional value", in fact the imageView on the "anotherVC" is returning nil on the Match
i get rid of the error by using : anotherVC.loadViewIfNeeded()
but i am not getting the transition effect between my imageViews now
thanks
The text was updated successfully, but these errors were encountered: