mirror of
https://github.com/jphong1111/awesome-ios-developer.git
synced 2024-12-22 22:45:33 +07:00
update Repository pattern and recommended book
recommended book for architecture
This commit is contained in:
parent
9cdd9accc7
commit
1d2445f97a
17
README.md
17
README.md
@ -38,6 +38,7 @@ Feel free to fork this repository and pull requests!!
|
||||
- [MVVM](#MVVM)
|
||||
- [VIPER](#VIPER)
|
||||
- [Swift Composable Architecture(SCA)](#Swift-Composable-Architecture)
|
||||
- [Repository Pattern](#Repository-Pattern)
|
||||
- [UIDesign](#UIDesign)
|
||||
- [HIG](#highuman-interface-guidelines)
|
||||
- [SwiftUI](#SwiftUI)
|
||||
@ -453,6 +454,7 @@ class SingletonPattern {
|
||||
| Book Name | Authors Name |
|
||||
| :----------- | :----------- |
|
||||
| Advanced iOS App Architecture : Real-world app architecture in Swift | raywenderlich Tutorial Team |
|
||||
| Clean Architecture: A Craftsman's Guide to Software Structure and Design | Robert Martin |
|
||||
|
||||
## MVC
|
||||
|
||||
@ -518,6 +520,21 @@ MVVM patterns stand for Model - View - ViewModel
|
||||
<a href="#-content">Back to Content</a>
|
||||
</p>
|
||||
|
||||
## Repository Pattern
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## UIDesign
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user