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
- collectionview
- RxCocoa
- Human interface guide
- Clean Code
- SWIFT
- 리팩토링
- swiftUI
- UICollectionView
- clean architecture
- map
- HIG
- 리펙터링
- tableView
- ribs
- swift documentation
- uiscrollview
- combine
- Refactoring
- 스위프트
- Protocol
- MVVM
- ios
- uitableview
- 리펙토링
- Observable
- 애니메이션
- 클린 코드
- UITextView
- Xcode
- rxswift
Archives
- Today
- Total
목록UIViewPropertyAnimation (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] 2. UIViewPropertyAnimator, AnimationStates - fractionComplete, interactive animation (상호작용 애니메이션)
1. UIViewPropertyAnimator, AnimationStates - 개념 2. UIViewPropertyAnimator, AnimationStates - fractionComplete, interactive animation (상호작용 애니메이션) UIViewPropertyAnimator의 상태 (복습) 새로 생성된 인스턴스는 inactive상태에서 시작 애니메이션을 마친 인스턴스도 inactive 상태로 돌아감 startAnimation() 메서드를 호출하면 active 상태로 변경 중지하면 stopped 상태로 변경 interactive animation (상호작용 애니메이션) ex) viewDidAppear 메소드에서 애니메이션이 시작되고, 이 애니메이션은 3개의 뷰를 순차적으로 흐리게..
iOS 응용 (swift)
2022. 5. 10. 22:15