我想旋轉imageview永遠。我試過下面的代碼:Spining imageview動畫
UIView.animateWithDuration(3, animations: {
self.loginLogo.transform = CGAffineTransformMakeRotation((360 * CGFloat(M_PI))/360)
}){ (finished) -> Void in
self.rotateImage()
}
但是這個工作一次。我的imageview並沒有永久地變化。我該如何解決它?
你可以看看這個例子的代碼,可以幫助:https://github.com/rebello95/SizedSpinningImage – rebello95
的可能重複[旋轉的UIImageView不斷](HTTP: //sackoverflow.com/.com/questions/7269076/spin-uiimageview-continuously) –
它不適用於swift。 –