SwiftData Tutorial (Episode I°)
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
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