Top "Uiviewanimation" questions

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

UIVIew animation - Scaling + Translating

I have a view which I want to be scaled and translated to a new location by animating it. I …

cocoa-touch uikit uiview core-animation uiviewanimation
How to flip an individual UIView (without flipping the parent view)

This is an iPad project where I have a UIView with several subViews, and I am trying to animate one …

objective-c ios uiviewanimation uiviewanimationtransition
Test whether a UIView is in the middle of animation

Is there any way to tell if a UIView is in the middle of an animation? When I print out …

ios cocoa-touch uiview core-animation uiviewanimation
show animation when addsubview

I want to add a subview with animation. I am using add sub view so it is not showing any …

animation addsubview uiviewanimation uiviewanimationtransition
SubView slide in animation, iphone

I have a UIview Containing two UIButtons. -(void)ViewDidLoad { geopointView = [[UIView alloc] initWithFrame:CGRectMake(0, 350, 120, 80)]; geopointView.backgroundColor = [UIColor greenColor]; UIButton *…

iphone ios uiviewanimation
Animate frame and layout change of UICollectionView

I am trying to create an effect where I change the layout of my UICollectionView while changing the frame size …

ios uicollectionview uiviewanimation uicollectionviewlayout
UIView block animation move view left to right and back to left

I wan't to animate a view that's shaped as an arrow, and I want it to animate from left to …

ios cocoa-touch uiview uiviewanimation
UIView.animateWithDuration Not Animating Swift (again)

Note: I’ve already checked the following stack overflow issues: 27907570, 32229252, 26118141, 31604300 All I am trying to do is fade animate in …

ios swift uikit uiviewanimation uiviewanimationtransition
Swift: move UIView on slide gesture

I am trying to move a UIView on slide up gesture from its initial position to a fixed final position. …

ios iphone swift uiview uiviewanimation
Swap rootViewController with animation?

Im trying to swap to another root view controller with a tab bar; via app delegate, and I want to …

swift xcode swift3 uiviewanimation rootview