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 |
Tags
- 티스토리챌린지
- modern concurrency
- WWDC
- APNS
- modern concurrency deep dive
- SWIFT
- 오블완
- ios
- 야곰 # 야곰아카데미커리어스타터캠프 #iOS개발자 # 부트캠프
Archives
- Today
- Total
목록TCA (1)
Geon
TCA complicated Action 해결방법
프로젝트 진행시 Action이 너무 많아져 코드 유지보수가 하기 힘들어짐해결방법protocol Action { associatedtype ViewAction associatedtype InnerAction associatedtype AsyncAction associatedtype ScopeAction associatedtype DelegateAction // NOTE: view 에서 사용되는 Action 을 정의합니다. static func view(_: ViewAction) -> Self // NOTE: 그 외 Reducer 내부적으로 사용되는 Action 을 정의합니다. static func inner(_: InnerAction) -> Self /..
TCA
2024. 8. 13. 13:24