category 'SwiftUI'

assets/images/ATTracking_with_Combine.png
App Tracking Transparency using Combine.

One of the most publicized feature coming with iOS14.5 is the new App Tracking Trasparency feature. There are plenty of...

assets/images/SwiftUI-within-UIKit.png
SwiftUI within UIKit: Connecting two worlds.

Last evening, I was involved in a very interesting Clubhouse room, talking about SwiftUI and Swift interoperability. The rest of...

assets/images/38174501-292038424679710-8596221651027230720-n-1.jpg.png
SwiftUI Programming: ObjectBinding and BindableObject

In a previous article we have seen that in SwiftUI is possible to associate one or more states to a...

assets/images/37654417-2162901137331995-3371791331587260416-n-1.jpg.png
SwiftUI Programming: An Introduction to States

We have seen in a previous article that in SwiftUI a View is a struct that conforms to the View...

assets/images/37508173-214440269235992-660777772142034944-n-1.jpg.png
SwiftUI Programming: Building more complex views

We have seen that SwiftUI always requires to expose a body that returns a View. In the construction of complex...

assets/images/37410629-204888016845505-7213627341497434112-n-2.jpg.png
SwiftUI Programming: Classes and Structs in SwiftUI

I’m pretty sure that everyone had the following question, at least one time.

assets/images/37368385-241917946439459-915441050435190784-n-1.jpg.png
SwiftUI Programming: The View Object

We have seen that SwiftUI is a declarative framework. The visual result of what we see in our device is...

assets/images/37169582-1867685450200563-1051784293325471744-n-1.jpg.png
SwiftUI Programming: An Introduction

SwiftUI certainly marks the beginning of a new chapter in the history of development at Apple. For years we have...

assets/images/1*YQE2AKgMOK_385sgLSMa6A.jpg
TextField and UIViewRepresentable

At a glance, when I first tried SwiftUI after the WWDC19 introduction, one of the biggest concern was certainly related...

assets/images/1*gr_IZC4Pjs5vGegmVVJdOQ.png
A TicTacToe game in SwiftUI

Today we will try to build a TicTacToe game in less than 160 lines with SwiftU Apple’s new declarative framework...

assets/images/1*ULR1wcplD20jlbasUy_JKg.png
iPadOS, Catalyst e Sidecar

Avevo deciso di non parlare ed esprimere commenti sul nuovo iPad Pro sin dalla sua prima uscita. In fondo, pensavo...

assets/images/1*4-yeziG5yH5S-t0PQCxNGA.jpeg
SwiftUI programming

SwiftUI certainly marks the beginning of a new era in Apple’s programming history. In the last years we have witnessed...