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
- 클린 코드
- Protocol
- tableView
- Observable
- uiscrollview
- 리펙토링
- collectionview
- 애니메이션
- UITextView
- Clean Code
- Refactoring
- ios
- 리팩토링
- HIG
- 스위프트
- RxCocoa
- 리펙터링
- SWIFT
- swift documentation
- swiftUI
- uitableview
- Xcode
- ribs
- Human interface guide
- combine
- MVVM
- UICollectionView
- clean architecture
- rxswift
- map
Archives
- Today
- Total
목록UIPropertyAnimator (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] 1. UIViewPropertyAnimator, AnimationStates - 개념
1. UIViewPropertyAnimator, AnimationStates - 개념 2. UIViewPropertyAnimator, AnimationStates - fractionComplete, interactive animation (상호작용 애니메이션) UIViewPropertyAnimator UIView.animate와 다르게 시작, 종료, 일시중지, 정지, 완료가 가능 애니메이션 진행률과 같은 현재 상태에 대한 값도 알 수 있는 장점이 존재 iOS 10+ "프로퍼티 애니메이터"로 이름이 지어진 이유: 시작, 중지, 종료등을 컨트롤 할 수 있는 애니메이션 상태를 갖고 있기 때문 애니메이션 상태 새로 생성된 인스턴스는 inactive상태에서 시작 애니메이션을 마친 인스턴스도 inactive 상태로..
iOS 응용 (swift)
2022. 3. 27. 22:46