Using CATransition in a viewController

Posted by eco_bach on Stack Overflow See other posts from Stack Overflow or by eco_bach
Published on 2010-06-06T22:39:46Z Indexed on 2010/06/06 22:42 UTC
Read the original article Hit count: 463

Filed under:
|
|
|

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?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c