option:后面可以加上UIViewAnimationOptions 這樣會有代碼提示,不然看上去怪怪的.
UIView.animateWithDuration(1, delay: 0, options: UIViewAnimationOptions.Repeat | UIViewAnimationOptions.Autoreverse | UIViewAnimationOptions.CurveEaseIn,animations:
UIView.animateWithDuration(1, delay: 0, options: UIViewAnimationOptions.Repeat | UIViewAnimationOptions.Autoreverse | UIViewAnimationOptions.CurveEaseIn,animations:
2015-05-29
登錄的動畫我已經(jīng)在制作課程了,從零開始,通過Sketch制造圖形設(shè)計,然后倒入Xcode編碼做動畫設(shè)計,謝謝大家的支持。
2015-05-24