My New Blog About SwiftUI

After more than 70 posts on SwiftUI, I decided to create a blog dedicated exclusively to SwiftUI (https://www.swiftui.blog) organized with a learning path from the

Read More »
IOS
nicola.defilippo

Navigation in SwiftUI

Updated to iOS 18 In the previous posts, we have seen the fundaments of the SwiftUI. Now is the moment to starts to build something

Read More »
Code on demand
Qt
nicola.defilippo

Code on demand with REST

In the paper Architectural Styles and the Design of Network-based Software Architectures by Roy Thomas Fielding, REST is defined. Today, when people think of REST,

Read More »
IOS
nicola.defilippo

Splash screen in SwiftUI

In this post, we’ll see an object that is present in many popular applications: the Splash Screen. With the storyboard, we have a specific object

Read More »