Gualtiero Frigerio

Gualtiero Frigerio @gualtierofr

About: Senior iOS developer at Epress spa

Location:
Milan
Joined:
Oct 26, 2018

Gualtiero Frigerio
articles - 33 total

Introducing NavigationPath in SwiftUI

I’m happy to share the news that this year at WWDC Apple finally gave us the navigation API for...

Learn More 10 0Jun 10 '22

Take screenshots of SwiftUI Views

How to take screenshots of SwiftUI Views via UIHostingController and UIViewRepresentable

Learn More 10 8Jan 29 '22

Custom URL schemes in a WKWebView

Sometimes you may need to display HTML content in your app, even if you don’t use a framework to make...

Learn More 2 0Dec 29 '21

Test asynchronous code

One of the advantages of the introduction of async await in Swift 5.5 is the ability to test...

Learn More 0 0Nov 29 '21

Create your own AsyncSequence

One of the new features of async await I was really excited about is AsyncSequence, which provides a...

Learn More 6 0Nov 22 '21

Introduction to async await

Introduction to async await in Swift

Learn More 5 0Nov 15 '21

Refresh SwiftUI views

Refresh a SwiftUI view with the new refreshable modifier introduced at WWDC21

Learn More 4 0Aug 2 '21

Draw a clock with SwiftUI Canvas

Use the new Canvas view in SwiftUI to draw an analog clock

Learn More 4 0Jul 28 '21

Introduction to Canvas in SwiftUI

Introduction to the Canvas view added to SwiftUI at WWDC21

Learn More 8 0Jul 27 '21

Introduction to TimelineView

Introduction to the TimelineView added to SwiftUI at WWDC21

Learn More 6 0Jul 26 '21

Pull down to refresh in SwiftUI

Implementation of pull down to refresh in SwiftUI

Learn More 7 1May 14 '21

Getting started with face recognition

Face recognition with ARKit and AVFoundation

Learn More 2 0Feb 22 '21

Text recognition with Vision

Implementing OCR on iOS with Vision

Learn More 0 0Nov 28 '20

Download files in a WKWebView

How to download a file when showing a page in a WKWebView

Learn More 10 1Jul 9 '20

Dynamic fonts in WKWebView

Support dynamic fonts in web content in iOS apps

Learn More 12 0May 8 '20

Infinite scrolling in SwiftUI

How to implement infinite scrolling in a List in SwiftUI

Learn More 5 0Apr 20 '20

Create a DSL with Function Builders

A simple DSL to mimic SwiftUI with UIKit views

Learn More 15 0Apr 6 '20

Introduction to Function builders

Implementation of Function builders for UIKit

Learn More 9 0Feb 28 '20

Adopting Swift Packages

How to use Swift Package Manager in Xcode

Learn More 5 0Feb 25 '20

Support older versions of iOS

How to target older versions of iOS

Learn More 9 1Feb 18 '20

Preview UIKit views in Xcode

Use the live preview with UIKit views

Learn More 6 0Feb 10 '20

Swift and JavaScript interaction

Interaction between Swift code and JavaScript

Learn More 13 1Nov 21 '19

Ad Hoc distribution for iOS

How to distribute an app to testers without TestFlight

Learn More 25 11Nov 12 '19

WKWebView and JavaScript interaction

Interaction between WKWebView and JavaScript running on a page via postMessage and URLs

Learn More 18 1Nov 8 '19

Remote images in SwiftUI

How to load a remote image in SwiftUI

Learn More 15 0Sep 20 '19

Diffable Data Sources

A quick look at UITableViewDiffableDataSource

Learn More 8 0Sep 6 '19

Dark Mode in iOS

How to support Dark mode in iOS

Learn More 6 1Sep 4 '19

Progress bar in SwiftUI

Implementation of progress bars and activity indicators in SwiftUI

Learn More 15 4Jul 30 '19

Navigation in SwiftUI

NavigationLink in SwiftUI

Learn More 14 0Jul 25 '19

Examples of property wrappers

Two examples of @propertyWrapper introduced in Swift 5.1

Learn More 5 0Jul 8 '19