如何在製作動畫時讓UIImageView超出其他子視圖/ UIImageView?請檢查白王在畫面動畫時將UIImageView放到前面
UIView.animateWithDuration(3, animations:{
self.squares[moveInfo.start.0][moveInfo.start.1].occupyingPieceImageView.frame =
self.squares[moveInfo.end.0][moveInfo.end.1].frame
}
工作,謝謝。 – phuong