Published inThe StartupOrganizing your Xcode Swift Code with Local PackagesLearn how to group your Swift code with Local Packages. They provide a namespace and help to better structure your code.May 2, 20202May 2, 20202
Published inThe StartupDecoding a JSON Field that Could Be String or Double with SwiftAs an iOS Developer, you could need to decode a JSON with a field that doesn’t always have the same type. Here’s a solution for that.May 1, 20203May 1, 20203
Published inITNEXTSingleton in Swift for BeginnersUnderstanding the Singleton Design Pattern in SwiftMar 12, 2020Mar 12, 2020
Published inThe StartupA type-safe UserDefaults in SwiftAs an iOS developer, you probably recur to UserDefaults all the time to save and retrieve local data.Sep 17, 20193Sep 17, 20193
Published inITNEXTAdding Codable support to UserDefaults with SwiftIf you are an iOS developer, there’s a good chance you have used UserDefaults in the past to save and load local data.Sep 16, 20192Sep 16, 20192
Published inITNEXTAdding a rain simulation to your iOS appWith this article, you’ll learn how to add a realistic rain simulation to your iOS app.Sep 14, 2019Sep 14, 2019
Decoding a JSON having multiple Date formats in SwiftDecoding different Date formats without adding an initializer to your Codable typeSep 12, 2019Sep 12, 2019
Published inITNEXTDecoding a JSON in 4 steps with Swift4 easy steps to decode your JSON with CodableSep 11, 2019Sep 11, 2019
Published inITNEXTMastering Codable in SwiftCodable is a beautiful tool provided by Apple to perform the serialization and deserialization of a value in a (mostly) declarative way.Aug 28, 20194Aug 28, 20194
The power of literals in SwiftIn this article, you will learn how to initialize a value of your custom type with literals.Sep 16, 2018Sep 16, 2018