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
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
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
In the previous episode, we learned how to create a project with SwiftData, how to create relationships between entities, and how to insert data. In
With this post, a short series about SwiftData begins. The goal of this tutorial is to learn SwiftData by building a Pomodoro app (we’ll be
In Swiftui we have three special purpose buttons: EditButton Clicking on the EditButton, the items of the list are displayed with the delete (if onDelete
In this post, we will learn how to create a simple Pomodoro timer using user notifications. The goal is to start a 25-minute timer, and
In this post, we learn how to use the default view to add an event to the calendar without creating a new one, if we
We’ve learned (read-events-from-the-calendar-in-swiftui/ ) how to read calendar events. In this post, we’ll learn how to add an event to the calendar. We’ll follow these
In this post, we’ll learn how to read events from the calendar in our SwiftUI application. In the next one, we’ll learn how to add