category 'Swift'

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/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...

assets/images/arkit-og.png
WWDC18: ARKit2 a 2D tracking performances comparison

One of the most interesting tech trend of the last year was for sure Augmented Reality. All the big have...

assets/images/cloudkitSharingCOntroller.jpg
Custom CloudKit sharing workflow

CloudKit has a strong emphasis on users privacy and security. Since one of the main concern for my last work...

assets/images/1*1KXpNu0d3cON6vSIzfBpUA.jpeg
Stored properties and extensions: a pure Swift approach

One of the most common question regarding swift extensions is about stored properties. How many times have you wished a...

assets/images/1*PHHhSYDTEkC90UkAelHU3A.jpeg
A Swift extension for String and HTML

One of the most common daily request received is to manage html strings from a backend, rendering them correctly within...