Course Overview
Playing with Animations in iOS 9:
This course covers theory as well as practical aspects of Animations in iOS 9.
Theoretical aspects such as what is animations, animating property changes in view, creating animated transitions between views and detailed approach towards core animation is explained.
In practical session we have explained animations with five examples. In first example we see how to animate controls in login view (textfield and button). In second example we see how to create fade animation while switching from one image to another. In third example we see how to dismiss a view using animation. In the last, fourth example we see how to animate table cells.
Overall this tutorial gives you gist how to play with animations in iOS 9. We have covered this tutorial with swift language and on Xcode 7.2 and iOS 9.2.
Course Objective:
- To study animations in iOS 9 using swift language
- To enhance your knowledge by learning concept of animations
Target Customers:
- Students
- Professionals
Pre-Requisites:
- Basic knowledge of Xcode and iOS programming
- Basics of swift language