I have been working with a iPhone app that I would like to have switch views like the Palm Pre does for multitasking. I know the usual way of switching views by using the black bar at the bottom of th
I\'ve seen this happen whenever i rotate a screen that has a UITableView on it.I\'ve found out that it happens inbetween the willRotate and didRotate method calls in UIViewController My co-workers hav
I have a UIView in the middle of a view that I am using as a game playing area (in a 2d cocoa view). This image has a background image of the same size as the view.
I wan\'t to perform an animation before quitting a view. The problem is that if I write this code: [self animationMethod];
I\'m slightly used as to what the purpose of CALayer\'s existence is. Why n开发者_Python百科ot just put the properties in a UIView?
I\'m trying to animate a view sliding into view and bouncing once it hits the side of the screen. A basic example of the slide I\'m doing is as follows:
I\'m looking to use Core Animation to simulate a flip clock animation in a Mac application. Currently I have three CALayer\'s representing the top and bottom half of the digit, and a third used to rep
i have to animate text around a circle. The text will also scale up/down. Whats the best approach to accomplish this?(i am using Quartz 2D)
I have a U开发者_C百科IImageView and want it to be displayed with a specific blend mode. I know the iPhone has different blend modes, and it\'s probably possible to do it with a lot of CG code… but m
I\'m experimenting with using cagradientlayer to draw gradients in our app instead of having a subclass of uiview manage gradients.One s开发者_Go百科nafu that i\'ve come across is that when the view t