The lecture Core Animation Transforms by Eduonix Learning Solutions is from the course iOS Animation. It contains the following chapters:
5 Stars |
|
5 |
4 Stars |
|
0 |
3 Stars |
|
0 |
2 Stars |
|
0 |
1 Star |
|
0 |
... position of a view relative to its container bounds – changes the size of a view center – changes the position of a view relative to its ...
... animateWithDuration: animations: completion: animateWithDuration: delay: options: animations: completion: duration: and delay: NSTimeIntervals measured in ...
... also a block, to be executed once the animation: block has finished. Actual animation code (code that changes one or more of the animatable properties of ...
... swap the position of view1 and view2 over a period of 3.5 seconds ...
... curve - the number of repetitions - whether the animation reverses - whether views ...
... animations { self.view2.frame = tempFrame; }]; }]; ...