Mobile Apps
Using Rx vs Delegates with CoreBluetooth
Reactive (or “Rx”) style programming is quickly becoming a popular design pattern in mobile development. What is it, and how does it compare to the tried-and-true delegation pattern? Should you be using Rx on your next mobile project? Follow along with me, and we’ll walk through a comparison of Rx vs. Delegates in the context of Bluetooth on iOS.
First, let’s review Delegation. If you’ve done some iOS development, you’re…