(NS)Operation, application structure made simple.
(NS)Operations can definitely seem scary at first, they run on queues there is asynchronisity, threading and state involved. As good Swift developers two of these »
(NS)Operations can definitely seem scary at first, they run on queues there is asynchronisity, threading and state involved. As good Swift developers two of these »
TL;DR There are many kinds of tests that can be written by developers, all have their place and all can be hugely valuable. Writing tests »
TL;DR Please stop using UIStackView to build complex reusable views. UIStackView was released in iOS 9 and it is a marvellous thing. With just a »
I have long been a fan of UI Automation tests. When done right and focusing on the behavior of the app they are an extremely useful »
One of the great things about NSOperation is the dependency management. This is a really powerful tool that when used properly allows us to architect our »