One example of managing state is something we're all quite acquainted with - The Singleton. The problem we find in Swift is that there are SEVERAL ways of implementing them. But which way is the right way?
RxSwift is a brand new library that aims to make your event-driven apps incredibly manageable and readable, all while reducing bugs and headaches. Max Alexander shows you the basics, and how functional reactive programming can do all this and more.
An Xcode plugin let you build & run your selected lines of code in Xcode without running the whole project, you'll have the output instantly in your Xcode console.