반응형
[ios] Layer Animation 완료 후 position 유지하기
아래 2개 조합이면 animation 결과가 유지된다.
animation.fillMode = kCAFillModeForwards;
animation.removedOnCompletion = NO;
반응형
'프로그래밍 놀이터 > iOS' 카테고리의 다른 글
[ios] Umbrella Framework? Umbrella Header? (0) | 2017.11.27 |
---|---|
[ios/code snippet] Phone 인지 Pad 인지 검사하기 (0) | 2017.11.26 |
[ios/reference] Layer Style Property Animations (0) | 2017.11.24 |
[ios/reference] Improving Animation Performance (0) | 2017.11.23 |
[ios/reference] Animating Layer Content (0) | 2017.11.22 |
댓글