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 | 29 | 30 | 31 |
Tags
- combine
- UICollectionView
- ribs
- 리펙터링
- uitableview
- swift documentation
- Protocol
- map
- swiftUI
- Clean Code
- clean architecture
- HIG
- Observable
- 스위프트
- collectionview
- 애니메이션
- ios
- Human interface guide
- 리펙토링
- RxCocoa
- 클린 코드
- Xcode
- rxswift
- uiscrollview
- UITextView
- tableView
- MVVM
- Refactoring
- 리팩토링
- SWIFT
Archives
- Today
- Total
목록keyframe (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] CAKeyframeAnimation 애니메이션, 키프레임, 쉐이킹 애니메이션
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