Core Animation is Apple's framework for performing hardware-accelerated animation of display elements on the Mac and iOS devices.
I want to add a view under my tab bar analog in iOS and then show it with animation coming …
iphone ios view core-animationI have a class which is a subclass of UIView. I am able to draw stuff inside the view either …
iphone ios delegates core-animationI am using CABasicAnimation to move and resize an image view. I want the image view to be added to …
objective-c core-animationI'm attempting to create a fairly simple CoreAnimation for use in an AVComposition. My goal is to create a CALayer …
ios core-animation avfoundation calayer cakeyframeanimationI want to display a progress indicator in a semi-transparent box that floats over a table view. In other words, …
iphone cocoa-touch core-animationI'd like to animate the transition from a subview back to the super view. I display the subview using: [UIView …
ios iphone cocoa-touch uiview core-animationHow do I rotate a CALayer 90 degrees? I need to rotate everything include sublayers and the coordinate system.
objective-c core-animation calayerI have a view which I want to be scaled and translated to a new location by animating it. I …
cocoa-touch uikit uiview core-animation uiviewanimationTrying to animatie an ellipse masked on a UIView to be scale transformed remaining in the center position. I have …
ios core-animation core-graphics mask catransform3dMy goal is to understand and implement feature via Core Animation. I think it's not so hard,but unfortunately i …
ios xamarin uiview xamarin.ios core-animation