There is no default class called UIViewAnimation, this tag refers to methods that perform animation on UIView objects.
It should be something really simple, but I have not been successful in getting this to work using blocks. There …
ios core-graphics uiviewanimation cabasicanimationI would like to add a circular mask to UIImageVIew. Here is the function that am using to add the …
ios uiimageview calayer uiviewanimation cashapelayerI'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 caanimationI 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 uiviewanimationI 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 uiviewanimationI have the following 2 functions that add and remove child view controllers triggered from a container view controller: @discardableResult func …
ios swift animation uiviewcontroller uiviewanimationI am trying to use a custom segue to perform a kind of zoom animation. When the transition is executed, …
ios uiview uiviewanimation uistoryboardsegueWhat is the best way to animate images of a button? Say I want to cycle through like 6 frames and …
ios xcode uibutton uiviewanimationI 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 ios10Probably it is just a question of proper syntax. I use the animateWithDuration:delay:options:animations:completion: UIView method. The …
iphone uiviewanimation