Core ML – inference on iOS
08/20/19
In machine learning, we are training a model for a particular task, e.g. distinguishing dogs and cats in pictures. Inference... Read more
08/20/19
In machine learning, we are training a model for a particular task, e.g. distinguishing dogs and cats in pictures. Inference... Read more
07/12/19
Introduction At the WWDC in June 2019, Apple introduced – among other products, OSes and libraries – a new cross-platform... Read more
10/01/18
Robots pattern enables you to write concise UI tests that are easy to read and maintain. In this post we put the robots pattern into practice by writing UI tests for a sample app.
06/08/18
Using UserDefaults to save states locally in iOS applications causes problems when writing tests using XCUITesting Framework. This blog post shows how to solve these problems. Read more
12/14/17
A solution is shown where every app update step (one step per app version) is wrapped in its own class implementing a special AppUpdate protocol. Read more
11/14/16
A short introduction to notifications Notifications are part of iOS for a long time, but iOS 10 brings us a... Read more
11/07/16
This text mostly focuses on the local notifications and what we can do in UIViewController in Notification Content Extension. Notifications in iOS 10 got quite a lot of improvements. Read more
10/24/16
In the first part of this blog post, we have successfully built a simple Vapor web server. Now we are... Read more
10/17/16
Combining server-side Swift, and Google’s Protocol Buffers by creating a simple server-client system. In the first part of this blog... Read more