Share SwiftData with a Widget
In this post, we’ll see how to share data from the application to the widget. First, create the project and call it SharedWidget, selecting SwiftData
In this post, we’ll see how to share data from the application to the widget. First, create the project and call it SharedWidget, selecting SwiftData
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
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:
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