Skip to content
  • Home
  • Apps
  • About

Tag: swift

4 Comments Jul 30, 2020Sep 3, 2021 6 Minutes

Redux-like architecture with SwiftUI: Basics

Since the beta release of iOS 14 and now that SwiftUI is a little more mature, I have been exploring different architectures that better fit its patterns. After working with React for a while, I got curious about using something similar to Redux on iOS.

Continue reading “Redux-like architecture with SwiftUI: Basics” →
8 Comments Jul 14, 2020Feb 20, 2021 2 Minutes

Launch Screens and the SwiftUI App Life Cycle on iOS 14

I have decided to rewrite Bouncer from scratch using the latest SwiftUI version available in iOS 14. This includes using the new SwiftUI App Lifecycle, which allows you to skip UIKit entirely, alongside the AppDelegate and Storyboards.

Continue reading “Launch Screens and the SwiftUI App Life Cycle on iOS 14” →
4 Comments Jun 26, 2020Aug 8, 2021 5 Minutes

Using @Published in your Protocol declaration

The @ObservableObject and @Published property wrappers are the sauce of Combine powered apps. With Combine and SwiftUI. In this post I explore the use of the Protocol oriented programming and Publishers altogether.

Continue reading “Using @Published in your Protocol declaration” →

Posts navigation

Newer posts
Proudly powered by WordPress