Skip to content

Commit de2a7f3

Browse files
Add workshop details Donny.
1 parent 70bef9b commit de2a7f3

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: 'Workshop: Using Instruments to write more performant SwiftUI code'
3+
date: '2025-11-11'
4+
time: '09:00'
5+
name: 'Donny Wals'
6+
image: '/images/speakers/2023/donny.webp'
7+
type: 'Workshop'
8+
summary: 'Join Donny Wals for a workshop about SwiftUI performance.'
9+
---
10+
11+
Have you ever wondered what makes SwiftUI slow?
12+
13+
In this workshop you’ll learn how to solve common problems in SwiftUI apps. We’ll talk about how SwiftUI looks at and compares your views to determine whether they should be redrawn, how we can use Instruments to gain insights into what your app is doing, and how we can optimize our views and models to lean into SwiftUI’s strengths.
14+
15+
We’ll analyse a sample app that has several issues that you might have in your own apps. Some will be obvious, others are more hidden. Together, we’ll go through the app and we’ll figure what we should do to improve the app’s performance.
16+
17+
By the end of this workshop you will have a much better understanding of how SwiftUI works, and you’ll be able to architect code that leans into SwiftUI’s strengths.
18+
19+
## Donny Wals
20+
21+
Donny is a passionate and curious iOS developer, author and speaker. He has written several books on iOS development and has delivered dozens of talks and workshops over the past years. Next to iOS development he’s a huge cat lover and he likes dabbling on his guitars.

src/pages/index.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ import CallForPapers from "../components/CallForPapers.astro";
6666

6767
<div class="highlights-grid">
6868
<Card
69-
title="Workshop: TBA"
69+
title="Workshop: Using Instruments to write performant SwiftUI code"
7070
body="November 11"
71-
description="More info coming soon."
71+
description="Join Donny Wals for a workshop about SwiftUI performance."
7272
/>
7373
<Card
7474
title="Workshop: Building Connected Devices with Embedded Swift"

0 commit comments

Comments
 (0)