mirror of
https://github.com/jphong1111/awesome-ios-developer.git
synced 2024-12-22 21:55:37 +07:00
update useful book list
This commit is contained in:
parent
9037c23108
commit
f25b521be7
23
README.md
23
README.md
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user