SwiftUI Chat App update
In this post, I’m writing a new version of the old posts about a chat GUI built with SwiftUI. I’ve removed the deprecated APIs and
In this post, I’m writing a new version of the old posts about a chat GUI built with SwiftUI. I’ve removed the deprecated APIs and
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
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
If you are an iOS user and have ever tried to search for a feature in the settings by typing the name in the search
In the previous post, we learned how to use Swift embedded to build the blink example using a wrapper for the C++ library. In this
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
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: