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 »
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 »
Embedded
nicola.defilippo

Pico SDK on OSX

Before starting to use Swift to build embedded software, it is essential to install the native SDK for the Raspberry Pico so that we have

Read More »
IOS
nicola.defilippo

Chart in SwiftUI

Charts are not present in every mobile app, but they are quite common in sports, health, and finance applications. In this post, we’ll learn how

Read More »
IOS
nicola.defilippo

Alert in SwiftUI

In Xcode 15, we can display an alert using the .alert modifier. Take a look at the code: The role of the button can be:

Read More »