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

LazyGrid in SwiftUI

In this post, we’ll learn how to use LazyVGrid and LazyHGrid, two powerful and efficient grids to display multiple items. The fundamental element for these

Read More »
IOS
nicola.defilippo

SwiftData Tutorial (Episode III°)

In this last episode about SwiftData, we’ll learn: Before we start, I advise you to review the previous episodes (https://nicoladefilippo.com/swiftdata-tutorial-episode-i/ https://nicoladefilippo.com/swiftdata-tutorial-episode-ii/). Edit data First of

Read More »