Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- UICollectionView
- MVVM
- HIG
- Observable
- ios
- 리펙토링
- collectionview
- RxCocoa
- Protocol
- Human interface guide
- ribs
- swiftUI
- UITextView
- 애니메이션
- uitableview
- 리팩토링
- 리펙터링
- rxswift
- 스위프트
- SWIFT
- map
- Xcode
- swift documentation
- Clean Code
- tableView
- 클린 코드
- Refactoring
- uiscrollview
- clean architecture
- combine
Archives
- Today
- Total
목록keyframe (1)
김종권의 iOS 앱 개발 알아가기
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/cfPIdx/btrqihwc5zv/KRFxc2lVOX3wu7CmIIc8A1/img.gif)
CAKeyframeAnimation keyPath 프로퍼티를 사용하여 애니메이션 결정 key frame 애니메이션은 여러 값을 설정하고 지정한 시간 동안 값 사이에 애니메이션을 제공할 수 있는 기능 CAKeyframeAnimation 사용 방법 keyPath에 값 대입 (어떤 애니메이션인지) values 배열 값에 해당 keyPath에서 사용하려는 값 기입 keyTimes: 0~1에 해당하는 값을 위 values.count 개수만큼 지정 duration: 전체 지속 시간 isAdditive: 현재 위치를 기준으로 애니메이션을 사용할 것인지 @objc private func didTapAnimationButton() { let animation = CAKeyframeAnimation() animation...
iOS 응용 (swift)
2022. 1. 12. 00:23