John ArnaoutakisCommon mistakes in iOS DevelopmentIn this article I would like to summarise some of the most common issues that I have encountered during iOS development. Some of these can…Mar 19, 20231Mar 19, 20231
John ArnaoutakisGiven a key, decode a single value from a JSON using DecodingContainerIn this article we are going to explore the flexibility that the decoding containers are giving us and we are going to create a method that…Nov 13, 2022Nov 13, 2022
John ArnaoutakisXcode Boilerplate code generator — XCBIf you are an iOS Engineer and want to get rid of the file creation process while you are writing your awesome new feature, then XCB may…Mar 29, 2022Mar 29, 2022
John ArnaoutakisCreate your own color picker in SwiftIn this post I will share with you how to create the basic components of a color picker. Let’s start by creating a spectrum view but first…Mar 3, 2022Mar 3, 2022
John ArnaoutakisSwift JSON Decoding: A brief look into DecodersDecoding JSON objects became easy with the introduction of the Decodable protocol. By creating a simple struct that conforms to the…Apr 27, 20211Apr 27, 20211