Der Vortrag „Core Animation Transforms“ von Eduonix Learning Solutions ist Bestandteil des Kurses „iOS Animation“. Der Vortrag ist dabei in folgende Kapitel unterteilt:
5 Sterne |
|
5 |
4 Sterne |
|
0 |
3 Sterne |
|
0 |
2 Sterne |
|
0 |
1 Stern |
|
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; }]; }]; ...