- Reactive Programming with Swift 4
- Navdeep Singh
- 249字
- 2021-06-24 18:57:57
Migrating from Swift 3 to Swift 4
This book aims to build on your current iOS development knowledge in Swift and gradually increase your Swift skills to master Reactive programming concepts in Swift. This book will guide you through the concepts while working with real-world apps and projects to give you a better understanding of RxSwift and related APIs.
Swift, as a programming language, has evolved many times over the years since its launch in 2014, and like any software update, we developers have to keep ourselves updated as well. We will start this book by giving you a hands-on update about what's new in Swift and how you can seamlessly migrate from your Swift 3 code to the latest Swift 4 syntax. You will then learn about Swift 4's new features and enhancements—from improvements in language syntax to the new protocols and APIs.
We will start with compatible Xcode IDE and how you can set up the environment required to work with the latest Swift release, some prerequisites before starting to migrate to the latest version, premigration preparation, things to do once the migration is complete, special cases, and other related stuff as we go through this chapter.
Unlike previous Swift releases, this release provides source compatibility with Swift 3 while working toward ABI stability. The main topics that will be covered in this chapter are as listed:
- Setting up the Swift 4 environment
- Changes/improvements to Swift
- Additions to Swift
- Migrating to Swift 4
- Apache Spark 2.x Machine Learning Cookbook
- C語(yǔ)言程序設(shè)計(jì)
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- Visual C++應(yīng)用開(kāi)發(fā)
- Mastering Apache Spark 2.x(Second Edition)
- 學(xué)習(xí)OpenCV 4:基于Python的算法實(shí)戰(zhàn)
- OpenCV 4計(jì)算機(jī)視覺(jué)項(xiàng)目實(shí)戰(zhàn)(原書(shū)第2版)
- Python機(jī)器學(xué)習(xí):預(yù)測(cè)分析核心算法
- Hands-On Neural Network Programming with C#
- 代替VBA!用Python輕松實(shí)現(xiàn)Excel編程
- 編程改變生活:用Python提升你的能力(進(jìn)階篇·微課視頻版)
- Application Development with Swift
- MongoDB Cookbook(Second Edition)
- Secret Recipes of the Python Ninja
- 編程的原則:改善代碼質(zhì)量的101個(gè)方法