Skip to content

Commit a2a263c

Browse files
authored
Update README.md
1 parent 6a4b127 commit a2a263c

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

README.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ iOS Project implemented with Clean Layered Architecture and MVVM. (Can be used a
4242
## Networking
4343
If you would like to use Networking from this example project as repo I made it availabe [here](https://github.com/kudoleh/SENetworking)
4444

45+
# Note about Views in code
46+
This repository uses Storyboards (except one view written in SwiftUI). There is another similar repository but instead of using Storyboards, all views are written in code.
47+
It also uses UITableViewDiffableDataSource:
48+
[iOS-Clean-Architecture-MVVM-Views-In-Code](https://github.com/kudoleh/iOS-Clean-Architecture-MVVM-Views-In-Code)
49+
50+
4551
## Requirements
4652
* Xcode Version 11.2.1+ Swift 5.0+
4753

@@ -50,15 +56,3 @@ To search a movie, write a name of a movie inside searchbar and hit search butto
5056

5157

5258
https://user-images.githubusercontent.com/6785311/236615779-153ef846-ae0b-4ce8-908a-57fca7158b9d.mp4
53-
54-
55-
56-
# Views in code, instead of using Storyboards
57-
This repository uses Storyboards (except one view written in SwiftUI). There is also similar repository but instead of using Storyboards, all views are written in code.
58-
It also uses UITableViewDiffableDataSource:
59-
https://github.com/kudoleh/iOS-Clean-Architecture-MVVM-Views-In-Code
60-
61-
62-
63-
64-

0 commit comments

Comments
 (0)