animation Archive

  • UIView Animation Block

    Some notes on UIView animation

    UIView animation is a simple and nice way to add to your user experience. I just wanted to point out a few suggestions when using UIView animations. Duration (speed): If you choose to use animation to compliment some of the stuff already happening in UIKit,...

    Full Story