- 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.
- 跟“龍哥”學(xué)C語(yǔ)言編程
- 深入淺出Java虛擬機(jī):JVM原理與實(shí)戰(zhàn)
- CentOS 7 Linux Server Cookbook(Second Edition)
- Mastering Entity Framework
- JavaScript+jQuery開(kāi)發(fā)實(shí)戰(zhàn)
- VSTO開(kāi)發(fā)入門教程
- Spring實(shí)戰(zhàn)(第5版)
- 小程序,巧運(yùn)營(yíng):微信小程序運(yùn)營(yíng)招式大全
- PHP+MySQL+Dreamweaver動(dòng)態(tài)網(wǎng)站開(kāi)發(fā)實(shí)例教程
- Mastering Python Networking
- jQuery Mobile移動(dòng)應(yīng)用開(kāi)發(fā)實(shí)戰(zhàn)(第3版)
- Active Directory with PowerShell
- Getting Started with LLVM Core Libraries
- R語(yǔ)言與網(wǎng)絡(luò)輿情處理
- Django 3.0入門與實(shí)踐