Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Reactive Programming with Swift 4

You're reading from   Reactive Programming with Swift 4 Build asynchronous reactive applications with easy-to-maintain and clean code using RxSwift and Xcode 9

Arrow left icon
Product type Paperback
Published in Feb 2018
Publisher Packt
ISBN-13 9781787120211
Length 320 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Navdeep Singh Navdeep Singh
Author Profile Icon Navdeep Singh
Navdeep Singh
Arrow right icon
View More author details
Toc

Table of Contents (15) Chapters Close

Preface 1. Migrating from Swift 3 to Swift 4 2. FRP Fundamentals, Terminology, and Basic Building Blocks FREE CHAPTER 3. Set up RxSwift and Convert a Basic Login App to its RxSwift Counterpart 4. When to Become Reactive? 5. Filter, Transform, and Simplify 6. Reduce by Combining and Filtering and Common Trade Offs 7. React to UI Events – Start Subscribing 8. RxTest and Custom Rx Extensions – Testing with Rx 9. Testing Your RxCode – Testing Asynchronous Code 10. Schedule Your Tasks, Don't Queue! 11. Subscribe to Errors and Save Your App 12. Functional and Reactive App-Architecture 13. Finish a Real-World Application 14. Other Books You May Enjoy

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
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime