-
간단한 탄력있는 애니메이션iOS/Mac 2017. 6. 13. 15:06
간단히 할 수 있는 탄력있는 애니메이션 설정 값.
12345678910111213[UIView animateWithDuration:0.3delay:0usingSpringWithDamping:0.7initialSpringVelocity:3.0options:UIViewAnimationOptionCurveEaseInOutanimations:^{// 애니메이션 코드// ...}completion:^(BOOL finished) {// 완료후 코드}];cs From: https://developer.apple.com/documentation/uikit/uiview/1622594-animatewithduration
반응형