Top "Uiviewanimation" questions

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

UIView Hide/Show with animation

My simple goal is to fade animate hiding and showing functions. Button.hidden = YES; Simple enough. However, is it possible …

ios objective-c uiviewanimation
Cancel a UIView animation?

Is it possible to cancel a UIView animation while it is in progress? Or would I have to drop to …

ios core-animation uiviewanimation
How to load GIF image in Swift?

I have a String with an URL of GIF banner which I need to put into app. My code: func …

ios swift uiimageview uiviewanimation
How to rotate image in Swift?

I am unable to rotate the image by 90 degrees in swift. I have written below code but there is an …

ios swift animation uiview uiviewanimation
How can I pop a view from a UINavigationController and replace it with another in one operation?

I have an application where I need to remove one view from the stack of a UINavigationController and replace it …

iphone cocoa-touch uinavigationcontroller uiviewanimation
Animate drawing of a circle

I'm looking for a way to animate the drawing of a circle. I have been able to create the circle, …

swift geometry uiviewanimation progress drawrect
Completion block for popViewController

When dismissing a modal view controller using dismissViewController, there is the option to provide a completion block. Is there a …

ios cocoa-touch uiview uiviewcontroller uiviewanimation
How to switch automatically between viewPager pages

I have an android application that employs a ViewPager with two pages When the activity first displays i would like …

android android-viewpager uiviewanimation
How to make UIView animation sequence repeat and autoreverse

How to make this complex animation repeat and autoreverse? Is there any way to add options UIViewAnimationOptionAutoreverse | UIViewAnimationOptionRepeat to this …

ios objective-c uiview uiviewanimation
How to hide/show UIView with animation in iPhone

I want to show UIView after button pressed with animation,I can show the view but I am unable to …

ios objective-c uiview uiviewanimation