0
A
답변
0
UIView.animate(withDuration: 0.3, animations: {
Do.frame = CGRect (x:new x, y: new y, width: new width, height: new height)
})
물론 컴파일 할 생각은 없지만 아이디어는 얻을 수 있습니다.
https://github.com/lkzhao/Hero/ – muescha