Why SwiftUI is a really cool UI framework 07/12/19 by Goetz Markgraf Introduction At the WWDC in June 2019, Apple introduced – among other products, OSes and libraries – a new cross-platform... Read more Leave your thoughts
Flutter – The new mobile promise 03/14/19 by Flavio Diez Flutter is now out of the beta phase. But what is it exactly? What does it promise? And most importantly, should you learn it? Read more Leave your thoughts
Is Flutter ready for production apps in Q4 2018? 10/29/18 by Nikola Lajic A few of my key takeways after trying out Flutter for a few weeks. My task was to build a simple prototype app for iOS and Android. Read more Leave your thoughts
UI testing with robots 10/01/18 by Nikola Lajic 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. Leave your thoughts
How to (re)set the iOS Application State in UI Tests 06/08/18 by Mladen Jakovljević 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 Leave your thoughts
Handling app updates in iOS/macOS apps 12/14/17 by Marko Cicak 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 Leave your thoughts
How To Set Up iOS 10 Local Notifications 11/14/16 by Martin Berger A short introduction to notifications Notifications are part of iOS for a long time, but iOS 10 brings us a... Read more Leave your thoughts
New features in iOS 10 Notifications 11/07/16 by Martin Berger 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 Leave your thoughts
Full-stack Swift – Part 2 10/24/16 by Milan Stevanovic In the first part of this blog post, we have successfully built a simple Vapor web server. Now we are... Read more Leave your thoughts