There is no default class called UIViewAnimation, this tag refers to methods that perform animation on UIView objects.
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 uiviewanimationThis is an iPad project where I have a UIView with several subViews, and I am trying to animate one …
objective-c ios uiviewanimation uiviewanimationtransitionIs 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 uiviewanimationI want to add a subview with animation. I am using add sub view so it is not showing any …
animation addsubview uiviewanimation uiviewanimationtransitionI have a UIview Containing two UIButtons. -(void)ViewDidLoad { geopointView = [[UIView alloc] initWithFrame:CGRectMake(0, 350, 120, 80)]; geopointView.backgroundColor = [UIColor greenColor]; UIButton *…
iphone ios uiviewanimationI am trying to create an effect where I change the layout of my UICollectionView while changing the frame size …
ios uicollectionview uiviewanimation uicollectionviewlayoutI 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 uiviewanimationNote: 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 uiviewanimationtransitionI am trying to move a UIView on slide up gesture from its initial position to a fixed final position. …
ios iphone swift uiview uiviewanimationIm trying to swap to another root view controller with a tab bar; via app delegate, and I want to …
swift xcode swift3 uiviewanimation rootview