Xcode Cloud review – is it ready for commercial projects?
I recently had the opportunity to try migrating a large commercial project to the Xcode Cloud for testing purposes. In this post, I will share my thoughts and the problems I encountered.
I recently had the opportunity to try migrating a large commercial project to the Xcode Cloud for testing purposes. In this post, I will share my thoughts and the problems I encountered.
Xcode Cloud is now available to all Apple developers and recently I had a chance to try it out. In this post I gathered some howtos for a typical setup.
In this article, you will see an interesting architecture that is very rarely used on iOS. You will learn about the concept and implementation and I will show you mind-blowing features that you can implement in below 60 minutes using Redux.
In this article, I’m going to present how to apply the MVVM pattern in your application. Later we will extend this solution to use RxSwift and Coordinators.
In this article, I will show you another approach to BLE communication using RxSwift and RxBluetoothKit library which seems to be very promising.
Core Data is an efficient framework for object graph management and persistence. It provides ready to use solutions which speed up implementation and solves well-known problems like tracking changes and migrations.
In this article, I will show how to deal with API requests in Redux architecture using ReSwift library.
In Xamarin.Forms on iOS it’s not as easy as it should be to hide TabBar on navigation. In native programming there is a property HidesBottomBarWhenPushed, unfortunately it doesn’t work with Xamarin.Forms.
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…