Top "Uiviewanimation" questions

There is no default class called UIViewAnimation, this tag refers to methods that perform animation on UIView objects.

iOS: a Complete 360 Degree-Rotation Using Block, Not CABasicAnimation

It should be something really simple, but I have not been successful in getting this to work using blocks. There …

ios core-graphics uiviewanimation cabasicanimation
How to add a circular mask to a UIImageview and change the frame and centers while doing so?

I would like to add a circular mask to UIImageVIew. Here is the function that am using to add the …

ios uiimageview calayer uiviewanimation cashapelayer
UIView animation vs CALayers

I'm struggling with conceptualizing animations with a CALayer as opposed to UIView's own animation methods. Throw "Core Animation" into this …

ios core-animation calayer uiviewanimation caanimation
UIView animateKeyframesWithDuration vs standard animation block animation differ

I recently found some UIView animation code and noticed that it was not using the animateKeyframesWithDuration:delay:options:animations:completion: …

objective-c uiview ios7 core-animation uiviewanimation
Animating an image view to slide upwards

I am attempting to make an image view (logo below) slide upwards by 100 pixels. I am using this code, but …

objective-c ios cocoa-touch animation uiviewanimation
How do I animate child view controllers when adding to/removing from a container view controller?

I have the following 2 functions that add and remove child view controllers triggered from a container view controller: @discardableResult func …

ios swift animation uiviewcontroller uiviewanimation
Custom Segue Animation

I am trying to use a custom segue to perform a kind of zoom animation. When the transition is executed, …

ios uiview uiviewanimation uistoryboardsegue
Animated Images in a UIButton

What is the best way to animate images of a button? Say I want to cycle through like 6 frames and …

ios xcode uibutton uiviewanimation
Auto Layout constraint change does not animate

I was learning the auto layout with animations from the tutorial http://weblog.invasivecode.com/post/42362079291/auto-layout-and-core-animation-auto-layout-was and things were …

ios ios7 autolayout uiviewanimation ios10
How can I define multiple options for UIViewAnimation?

Probably it is just a question of proper syntax. I use the animateWithDuration:delay:options:animations:completion: UIView method. The …

iphone uiviewanimation