Skip to content

Commit 4b3b7a5

Browse files
Update README.md
1 parent 1cbf216 commit 4b3b7a5

File tree

1 file changed

+25
-18
lines changed

1 file changed

+25
-18
lines changed

AdvanceApp/SwiftUI/README.md

Lines changed: 25 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,36 @@
1-
# TodoList
21

3-
Examples App TodoList for Composable Architecture
2+
# SwiftUI with ComposableArchitecture (iOS13+)
43

5-
## Local Server
64

7-
https://github.com/FullStack-Swift/TodoList/tree/main/TodoListServer
5+
## Todo Combine SwiftUI
86

9-
## Online Server
7+
SPM:
108

11-
https://github.com/FullStack-Swift/TodoListServer
9+
- swift-composable-architecture
10+
https://github.com/FullStack-Swift/swift-composable-architecture
11+
- CombineRequest
12+
https://github.com/FullStack-Swift/Networking
13+
- ConvertSwift
14+
https://github.com/FullStack-Swift/SwiftExtension
1215

13-
## TodoList SwiftUI
16+
## Todo ReactiveSwift SwiftUI
1417

15-
https://github.com/FullStack-Swift/TodoList/tree/main/TodoListApp/SwiftUI
18+
SPM:
1619

17-
## TodoList UIKit
20+
- reactiveswift-composable-architecture
21+
https://github.com/FullStack-Swift/reactiveswift-composable-architecture
22+
- ReactiveSwiftRequest
23+
https://github.com/FullStack-Swift/Networking
24+
- ConvertSwift
25+
https://github.com/FullStack-Swift/SwiftExtension
1826

19-
IOS11+: https://github.com/FullStack-Swift/TodoList/tree/main/TodoListApp/UIKit11%2B
27+
## Todo RxSwift SwiftUI
2028

21-
IOS13+: https://github.com/FullStack-Swift/TodoList/tree/main/TodoListApp/UIKit13%2B
29+
SPM:
2230

23-
# Overview
24-
25-
## MacOS
26-
<img src="https://github.com/FullStack-Swift/TodoList/blob/main/Screenshots/Screenshot%202022-01-27%20at%203.08.25%20PM.png" width="700" height="500">
27-
28-
## IOS
29-
<img src="https://github.com/FullStack-Swift/TodoList/blob/main/Screenshots/Simulator%20Screen%20Shot%20-%20iPhone%2013%20Pro%20Max%20-%202022-01-27%20at%2014.50.24.png" width="428" height="926">
31+
- rxswift-composable-architecture
32+
https://github.com/FullStack-Swift/rxswift-composable-architecture
33+
- RxSwiftRequest
34+
https://github.com/FullStack-Swift/Networking
35+
- ConvertSwift
36+
https://github.com/FullStack-Swift/SwiftExtension

0 commit comments

Comments
 (0)