Animations have always played a massive part in any form of development – no matter what language you are coding in. This is no different when developing for iOS applications either. In this chapter, we'll take a look at how we can simply drop animations into our existing app – in some cases, this can be done with just a single line of code.
We'll cover all the various types of animation options available to us, from pulsing buttons to spinning 3D images, and you'll be able to see how the little things we do make such a big difference.
The following topics will be covered in this chapter:
- The fundamental use of Animations
- Exploring animation options
- Rotation and scaling
- Adding Animation to our app