Kodeco Forums

Video Tutorial: Intermediate iOS Animation Part 8: Shape And Mask Animations

In this video tutorial you'll learn about shape animations with CAShapeLayer.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/3270-intermediate-ios-animation/lessons/9
1 Like

The challenge document currently doesn’t go over actually calling toSquare(); please mention this being added to ViewController.swift, in that document, when you can.

delay(seconds: 4, completion: {[unowned self] in
  self.myAvatar.toSquare()
  self.opponentAvatar.toSquare()
})
1 Like

Yes good point. I just found this problem also.
Thanks