所以我一直在做一些关于UIViewPropertyAnimator的阅读,在我一直在看的例子中,他们做了这样的事情:animator=UIViewPropertyAnimator(duration:2.0,curve:.easeInOut,animations:{[unownedself,redBox]inredBox.center.x=self.view.frame.widthredBox.transform=CGAffineTransform(rotationAngle:CGFloat.pi).scaledBy(x:0.001,y:0.001)})我不明白其中的“[unowneds