I have a UITableView that has two modes. When we switch between the modes I have a different number of sections and cells per section. Ideally, it would do...
This question already has answers here: How do I animate constraint changes? (12 answers) Closed 6 years ago. I am trying to animate up some views so that they...
I have three activities whose launch modes are single instance. Using onfling(), I swing them left and right. The problem is when I swipe right to left the slide...
In iOS, there is a very easy and powerful facility to animate the addition and removal of UITableView rows, here’s a clip from a youtube video showing the default...
Is it possible to run two animations on two different elements simultaneously? I need the opposite of this question Jquery queueing animations. I need to do something like this…...
I’m trying to add a row to a table and have that row slide into view, however the slidedown function seems to be adding a display:block style to the...
I have an UIImageView with an image. Now I have a completely new image (graphic file), and want to display that in this UIImageView. If I just set myImageView.image...
I have a navigation based application and I want to change the animation of the push and pop animations. How would I do that? Edit 2018 There have been...
I’m using a RotateAnimation to rotate an image that I’m using as a custom cyclical spinner in Android. Here’s my rotate_indefinitely.xml file, which I placed in res/anim/: <?xml version="1.0"...
I’m trying to rotate a UIImageView 360 degrees, and have looked at several tutorials online. I could get none of them working, without the UIView either stopping, or jumping...