Using CATransition in a viewController
- by eco_bach
Hi
I'm trying to implement the ViewTransitions code sample from Apple, but putting all the logic in my viewController instead of my applicationDelegate class.
I'm getting a bizarre error when I try to compile. I'm importing QuartzCore in my viewcontroller implementation as #import
_kCATransitionFade", referenced from:
_kCATransitionFade$non_lazy_ptr in ViewTransitionsAsViewControllerViewController.o
(maybe you meant: _kCATransitionFade$non_lazy_ptr)
Anyone have any ideas?