Core Animation is Apple's framework for performing hardware-accelerated animation of display elements on the Mac and iOS devices.
I am animating a CALayer along a CGPath (QuadCurve) quite nicely in iOS. But I'd like to use a more …
iphone cocoa-touch core-animation tweenI've got a layer with some complex drawing code in its -drawInContext: method. I'm trying to minimize the amount of …
iphone ios core-animation calayerI wish to create an animation. The best way I can explain this is if you can imagine drawing a …
iphone core-animationThis looks like it should work, but doesn't. The color turns green at once. self.labelCorrection.backgroundColor = [UIColor whiteColor]; [UIView …
ios iphone core-animationIn ViewController.Swift I managed to make a box animate from one point to another. I thought it would be …
ios swift uikit core-animation uiviewanimationI am developing a commerce application. When I add an item to the shopping cart, I want to create an …
iphone objective-c ios cocoa-touch core-animationI am trying to implement a game using the iPhone OS 4.0 (iOS4?) SDK. In the previous versions of the SDK, …
iphone ios4 uiview core-animationI have a UIImageView that is displaying an image that is wider and taller than the UIImageView is. I would …
cocoa-touch core-animationi'm trying to make a UIView shake when a button is pressed. I am adapting the code I found on …
ios iphone animation cocoa-touch core-animationI've seen this happen whenever i rotate a screen that has a UITableView on it. I've found out that it …
iphone core-animation calayer