- Reactive Programming with Swift 4
- Navdeep Singh
- 173字
- 2021-06-24 18:57:56
Preface
As a platform, iOS offers numerous APIs to write asynchronous code and, many a times, this choice becomes hard to manage and a single code base ends up comprising multiple Asynchronous API usages, for example, closures for small Async tasks, delegation for background tasks, notification center for event-based tasks, and such. Managing and modifying such a code base might become a headache even if it is written in the best way possible, and the problem becomes more severe if a big team is involved with a single code base. RxSwift brings in uniformity so that different types of requirements (mentioned earlier) are handled with RxSwift code and hence you, as a developer, get more control over the processes and different module interactions within the app.
The main mission of this book is to give you a platform to catapult your skills to be on par with the best RxSwift developers out there. Follow the content in the book as per the schedule, and rest assured that you will achieve the mission.
- Visual Studio 2012 Cookbook
- R語言編程指南
- Vue.js 3.0源碼解析(微課視頻版)
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第2版)
- SQL Server 2016數據庫應用與開發習題解答與上機指導
- ArcGIS By Example
- Mastering ServiceNow(Second Edition)
- 算法訓練營:提高篇(全彩版)
- Learning Data Mining with R
- C語言程序設計
- Android開發三劍客:UML、模式與測試
- Image Processing with ImageJ
- 深度學習原理與PyTorch實戰(第2版)
- 并行編程方法與優化實踐
- Visual Basic程序設計全程指南