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 …
In Xamarin.Forms on iOS it’s not as easy as it should be to hide TabBar on navigation. In native programming …
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 …
The new Facebook’s policy introduces several changes which may be harmful for small scale developers. It looks like access to …
In this post I will show how to add a simple localization support to iOS application and how to use …
Projects at my work usually require data encryption. Therefore I faced multiple times with question like “how safe is built-in …