Swift – How to handle network/async calls using Redux?
In this article, I will show how to deal with API requests in Redux architecture using ReSwift library.
In this article, I will show how to deal with API requests in Redux architecture using ReSwift library.
This question is asked probably by many programmers who start working with BLE on iOS.
Bluetooth Low Energy communication on iOS is not straight forward. You don’t just create a class and start reading/writing data like from local storage. Whole communication is based on asynchronous events…
In this post I will show how to add a simple localization support to iOS application and how to use it from Storyboard.
Projects at my work usually require data encryption. Therefore I faced multiple times with question like “how safe is built-in […]