News in X14 and AnyLayout
New canvas layout and settings In XCode 14 we have some changes that can help the developers. The main things are in the canvas (UI
New canvas layout and settings In XCode 14 we have some changes that can help the developers. The main things are in the canvas (UI
You must use the AppTrackingTransparency framework if your app collects data about end users and shares it with other companies for purposes of tracking across
In this post, I show how to connect a Bluetooth device from SwiftUI and how to receive data. The code used in this example is
A concept not simple to understand in every programming language (mainly for the “new” developer) is to realize the difference between “Pass by reference and
In this post, we see how to expand a list item of a list. To do this is not complicated, the principle is simple when
From September 2021 is finally available native SwiftUI SearchBar component, so is not anymore necessary to attach UIKit things to have the search bar in
Sometimes in mobile applications is helpful can copy text between applications (i.e. wifi password or simply text). With a simple Text is impossible to do
In the previous episode, we created the structure of the app but with not pretty look&feel, in this post, we see how to improve a
With this post starts a series where the topic is building a chat app using the Smoke protocol, as in every my post I want