How to create an Encoder/Decoder: Super Encoder/DecoderThis is the six and final part of the serie on how to create an Encoder/Decoder. We will cover superEncoder.Jun 26, 2024Jun 26, 2024
How to create an Encoder/Decoder: The Nested ContainersThis is the fifth part of the serie on how to create an Encoder/Decoder. We will cover coding paths and nested containers.Jun 26, 2024Jun 26, 2024
How to create an Encoder/Decoder? The (Keyed) ContainerThis is the fourth part of the serie on how to create an Encoder/Decoder. We will cover the (Keyed) Container.Jun 18, 2024Jun 18, 2024
How to create an Encoder/Decoder with the unkeyed container?In the third part of the Encoder/Decoder serie we look into the unkeyed container.Jun 18, 2024Jun 18, 2024
How to use userInfo in our Encoder/Decoder?This second part of the encoder/decoder serie will take a look at userInfo.Jun 15, 2024Jun 15, 2024
Published inCodeXHow to create your own Encoder/Decoder using SwiftThe first part of the serie. You will be building an encoder and a decoder in Swift.Jun 15, 2024Jun 15, 2024
Published inCodeXSwiftUI: Presenting Errors in Alerts the Lazy (Generic) WayPresenting errors in apps is essential to communicate failures to the end-users. See how you can implement this in the most lazy way.May 24, 2024May 24, 2024
Published inCodeXmacOS: Terminating the App the SwiftUI wayThis story will learn you to use the callAsFunction method and the environment key-value pair to make cleaner looking code.May 24, 2024May 24, 2024
Setting up MAMP Pro 6 on macOS with Domain Name and HTTPSLearn how to setup a local webserver that can be accessed on the internet.Mar 30, 2024Mar 30, 2024
How to Recreate Control Events in SwiftUILearn how to recreate control events such as touch began, enter and ended in SwiftUIMar 20, 2024Mar 20, 2024
How to Set GeometryReader Height According to its Children Height in SwiftUIThis story will teach you how you can give the GeometryReader view the size of its children.Sep 6, 2023Sep 6, 2023
How to display Swift code in your Medium article with syntax highlightingThis article will show you how to insert code blocks with syntax highlighting into your Medium articles.Aug 27, 2023Aug 27, 2023
How to sync data between your app running on multiple devices?Read how Core Data and CloudKit can help you synchronize data of your app between devices.Apr 16, 20231Apr 16, 20231
Published inGeek CultureThree Amazing Strategies That You Wish You Knew To Make Your Custom Object Properties Match Your…Read how you can make your custom object properties match the JSON keys returned from APIs.Aug 18, 2022Aug 18, 2022
How NSCoding and NSKeyedArchiver/Unarchiver Work Together to Encode/Decode ObjectsIn other words how to store instances of your class.Aug 15, 2022Aug 15, 2022
How to Make Double Click work on a NavigationLink (SwiftUI)?This story will teach you how you can make double click work on a NavigationLink button.Jul 16, 20221Jul 16, 20221
Published inGeek CultureHow to Use Core Data in SwiftUI as a persistent storage for our macOS Ventura appA step-by-step visual tutorial on how to use Core Data in SwiftUI.Jul 13, 20221Jul 13, 20221
Programmatically open a new Window in SwiftUI on macOS Ventura (13)With the arrival of macOS Ventura (13) we finally have a way to open new windows programmatically.Jul 11, 20221Jul 11, 20221
Create a Beautiful Network Layer to Interact with your API in Swift (2022)This story is an iteration, my spin, on the original story Create a beautiful Network Layer With Swift written by Ertem Biyik.Jul 3, 20224Jul 3, 20224
How to Use Alignments in SwiftUI (Part V) — Z-Stack AlignmentIn this part we will talk about how alignments work along the z-axis in a Z-Stack.Apr 12, 2022Apr 12, 2022