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
In this video tutorial you'll learn about shape animations with CAShapeLayer.
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()
})
Yes good point. I just found this problem also.
Thanks