aviel
banner
avielg.bsky.social
aviel
@avielg.bsky.social
SwiftUI at Meta • http://swiftui.wtf • Philly
Fixing Image Perf for the Worst iPhone - my @swiftleeds.co.uk talk is out! 🎉
See real world examples of cpu choking, memory crash, a bunch of other problems, and how we solved them…

youtu.be/DCxjfQ_sx_I?...

#swift #swiftui
Fixing Image Performance for The Worst iPhone - Aviel Gross | SwiftLeeds 2024
YouTube video by SwiftLeeds
youtu.be
December 22, 2024 at 3:59 PM
Reposted by aviel
Is it normal for memory to grow over time when a SwiftUI view observes a model with the Observation framework?

In my ~35 LOC app, memory grows with ObservableSettings.isEnabled, but stays stable with NonObservableSettings. See memory usage graphs.

Code: gist.github.com/simonbs/3e5...
December 19, 2024 at 11:12 AM
Reposted by aviel
how do you all remember every UUID? I find it really hard. so I wrote them all down on every uuid dot com

the list has fast search across all 2^122 values (so you can find your favorites) - hoping to add some social features like "trending UUIDs" soon!
December 6, 2024 at 5:51 PM
Anyone has a way to scan (Mirror/Reflection) a SwiftUI view at runtime and get its entire hierarchy including subviews recursively?

snippet, gist, library, private API, whatever you got…?
December 7, 2024 at 5:24 PM