I\'m trying to build a native viewer for cubic panoramas. Here is a web version of what I would like to achieve: http://www.apple.com/html5/showcase/vr/
I have a CALayer that needs to display frames of video. Every time a frame is rendered (as a CGImageRef), this method is called:
I am a Core Animation newbie and I want to animate a pulsating blue dot very similar to what the Maps application does with the GPS position.
I am wanting to implement history navigation in my app that mimics the slide away animation found in Safari on Lion and in XCode where a top view slides away at the speed of swipe to reveal the view u
I\'m doing a project which inv开发者_运维知识库olves Core Animation and AV Foundation. I want to use Core Animation to render some effects, then export it to video file via AV Foundation. The animatio
I\'m doing some \"interesting\" view transitions, and I\'m finding myself working around the functionality of \"presentModalViewController\" in a way that doesn\'t feel right.
I\'m pretty sure this is a rather simple and straightforward question for anyone that has ever tried this before , but i\'m kind of a newbie to what you would call \"advanced\" animation.
I need to animate a view frame size adding 100px of height, but I need the window grow up simultaneously with the view.
I\'m using the AVVideoCompositionCoreAnimationTool with a AVAssetExportSession to draw overlays into a video on iPhone.
I\'m trying to make a push animation from one side using a CATransition.I do this in method which handles two UIViews, one for the background and another for the foreground.The animated UIView is be t