uiviewanimation
UIView display order issue?
The problem When drawing a custom movie player controller on-screen (iOS 4), I use an AVPlayerLayer to display. I wish to composite some overlays on top of the player (ad banners, player controls, et[详细]
2023-03-09 21:37 分类:问答Rotate UIImageView of UITableViewCell using UIViewAnimation (My app hangs !!)
I have this UITableViewCell in a table with left imageView set to an image. Now all I want is continuously rotate this image when user selects the cell (alias row). I\'m able to animate the cell image[详细]
2023-03-08 12:00 分类:问答iPhone - Using UIView Animations on touched location
I am stumped here as of right now, I wish to enact a UIView Animation on a finger press, by creating a UIView around where the finger is placed. Is this possible?[详细]
2023-03-07 11:32 分类:问答Attempting to stack to UIView annimations
I\'m trying to stack two animations. I use the same UIImage in my code for both images. I start by determining (first line) WHAT image to load.[详细]
2023-03-07 06:09 分类:问答UIView animateWithDuration doesn't animate cornerRadius variation
I\'m trying to animate the change of the cornerRadius of a UIView instance layer, but the variation of the cornerRadius takes place immediately.[详细]
2023-03-05 00:10 分类:问答@"transform.rotation.y" animation loses layer opacity on an UIView subclass
I am using CAKeyframeAnimation for doing animations on a UIView subclass. When I apply a transform.rotation.y (or transform.rotation.x), over a UIView subclass the object drawn loses opacity. I can\'[详细]
2023-03-02 16:25 分类:问答UIView animation takes over CPU time
i wonder how i can have continuos and repeating animations on my Views w/o freezing the rest of my app - since my current approaches lead into 100% animation, 0% user interaction possible - which is k[详细]
2023-03-01 10:42 分类:问答UIViewAnimationTransitionCurlUp with transparent background
I\'m implementing a fairly standard UIView animation, using UIViewAnimationTransitionCurlUp. The basic idea is that I have a folder on the screen covered with a stack of pages, and as I change from pa[详细]
2023-02-28 23:55 分类:问答Preventing user input during UIView animations
I have a UIView animation (called by a touchesEnded: event) that I want to finish executing before more user input is allowed. Before the animation is called, I inspect a flag \"isMoving\" to see if t[详细]
2023-02-28 12:33 分类:问答iPhone Flip Animation using UIViewAnimationTransitionFlipFromLeft in landscape mode
I am working on one iPhone application in which I implemented one animation UIViewAnimationTransitionFlipFromLeft. Here my application works fine in the Por开发者_如何学运维trait mode. It is doing the[详细]
2023-02-26 23:08 分类:问答