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
- 리펙터링
- swiftUI
- map
- 리펙토링
- Refactoring
- combine
- Xcode
- Protocol
- HIG
- ios
- uitableview
- UITextView
- Human interface guide
- clean architecture
- swift documentation
- tableView
- MVVM
- 클린 코드
- 애니메이션
- Observable
- collectionview
- uiscrollview
- rxswift
- ribs
- UICollectionView
- 리팩토링
- 스위프트
- Clean Code
- RxCocoa
Archives
- Today
- Total
목록Presentation (2)
김종권의 iOS 앱 개발 알아가기
[iOS] 2. Clean Architecture + MVVM 개념 확실하게 이해하기 (의존 관계 Presentation, Domain, Data)
의존관계 잘 변하는 것에서 변하지 않는것으로 의존관계가 되는게 이상적인 형태 잘 변하지 않는 계층인 Domain계층으로 Presentation과 Data 계층이 의존하는 형태 핵심: Actor가 Entity를 확인하는 flow View는 ViewModel의 메소드를 호출 viewModel은 useCase 실행 > useCase는 Repository(DB or Network)에 데이터 요청 Repository에서 cache에 데이터가 있으면 바로 획득, 없으면 memory cache, disk cache로 기록 Respository로 부터 받은 데이터는 completion의 인수로 받을수 있어서 ViewModel이 이 데이터 획득 ViewModel은 자신의 Output 프로퍼티에 emit > 이 프로퍼티를..
Architecture (swift)/MVVM (개념)
2021. 8. 18. 00:26
[iOS - swift] Modal 스타일 (Transition Style, Presentation)
자주 사용되는 것 Presentation Style: Cover Vertical, Cross Dissolve Presentation: Automatic, Full Screen Transition Style Cover Vertical Flip Horizontal Cross Dissolve - Dissolve: 녹이다 Partical Curl: Swipe에서 할 경우 runtime error Presentation Automatic, Page Sheet, Form Sheet Full Screen, Current Context
HIG(Human Interface Guidelines)/HIG - UI
2021. 5. 5. 18:52