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
- SWIFT
- rxswift
- tableView
- Xcode
- 리펙토링
- Clean Code
- Human interface guide
- MVVM
- swiftUI
- Observable
- uiscrollview
- collectionview
- combine
- HIG
- swift documentation
- UITextView
- Protocol
- RxCocoa
- 애니메이션
- ribs
- 리펙터링
- 클린 코드
- UICollectionView
- 스위프트
- 리팩토링
- clean architecture
- uitableview
- map
- ios
- Refactoring
Archives
- Today
- Total
목록Animatable (1)
김종권의 iOS 앱 개발 알아가기
[iOS - SwiftUI] Animatable, EmptyAnimatableData, AnimatableData 사용 방법
목차) SwiftUI의 기본 - 목차 링크 Animatable 프로토콜이며 animatableData 프로퍼티를 가지고 있는 프로토콜 특정 값을 뷰에 주입하면, animatable 프로토콜을 통해 미리 정해둔 값을 이용하여 내부적으로 계산하여 미리 애니메이션에 사용할 데이터를 정의해둔다는 의미 /// A type that describes how to animate a property of a view. @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) public protocol Animatable { /// The type defining the data to animate. associatedtype AnimatableData : Vecto..
iOS 기본 (SwiftUI)
2022. 10. 11. 23:05