i would also like to say something i have discovered
the uiview animation expects something that is tangible inside of the animation block
i noticed that on some operations that are not interpolative, it doesnt work, ie, i can specify 6.0 seconds for the delay, and inside of the block, do something that does not interpolate from 0 to a value, it doesnt wait the 6.0 seconds, it skips straight to the finished method you specified.
correct me if i am wrong
|