Pass by Reference and Value in Swift
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
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