update useful book list

This commit is contained in:
Jungpyo Hong 2021-08-20 10:39:32 -05:00 committed by GitHub
parent 9037c23108
commit f25b521be7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -349,6 +349,12 @@ class SingletonPattern {
## Code Structuring(Architecture)
📚📚 Recommend Book 📚📚
| Book Name | Authors Name |
| :----------- | :----------- |
| Advanced iOS App Architecture : Real-world app architecture in Swift | raywenderlich Tutorial Team |
## MVC
MVC pattern stands for Model - View - Controller
@ -1773,6 +1779,12 @@ Functional Reactive Programming
- [RxSwift](https://github.com/ReactiveX/RxSwift) - Github Repository
- [RxSwift](http://reactivex.io/intro.html) - Website
📚📚 Recommend Book 📚📚
| Book Name | Authors Name |
| :----------- | :----------- |
| RxSwift: Reactive Programming with Swift | raywenderlich Tutorial Team |
<p align="right">
<a href="#-content">Back to Content</a>
</p>
@ -1783,6 +1795,11 @@ Combine released on iOS13 from Apple for Functional Reactive Programming.
[Swiftbysundell](https://www.swiftbysundell.com/basics/combine/)
📚📚 Recommend Book 📚📚
| Book Name | Authors Name |
| :----------- | :----------- |
| | |
## RxCombine
@ -2004,6 +2021,12 @@ Here are some useful website that you can study about simple concept of Obj-C!!
[Learn Objective-C in 24 Days](https://www.binpress.com/learn-objective-c-24-days/)
📚📚 Recommend Book 📚📚
| Book Name | Authors Name |
| :----------- | :----------- |
| Objective-C Programming: The Big Nerd Ranch Guide | Aaron Hillegass, Mikey Ward |
### Pure Swift Application?
Can we really say "Our application is built with pure Swift"?. NO! Lots of Objective-C codes are running in the background to built swift.