MVVM + Coordinators + RxSwift and sample iOS application with authentication
In this article, I’m going to present how to apply MVVM pattern in your application. Later we will extend this …
In this article, I’m going to present how to apply MVVM pattern in your application. Later we will extend this …
In Bluetooth Low Energy communication using Flow Controllers I described how to separate logic like pairing or synchronization from BLE …
Core Data is an efficient framework for object graph management and persistence. It provides ready to use solutions which speed …
In this article I will show how to deal with API requests in Redux architecture using ReSwift library. I assume …
This question is asked probably by many programmers who start working with BLE on iOS. Unfortunately, it’s not possible to …
Bluetooth Low Energy communication on iOS is not straight forward. You don’t just create a class and start reading/writing data …
In this post I will show how to add a simple localization support to iOS application and how to use …