© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Peter Clarke
Swift and Java development and testing
Thanks Jeremy, really very helpful article. Can you advise why you would not replace a custom loading circle with SwiftUI ProgressView()?
Jeremy Gale
iOS Developer - SwiftUI and UIKit
Hi Peter, thanks for the kind words. You absolutely could use ProgressView(), I just wanted to show that even with an infinity expanding view you don't need a fixed frame. I might have overly complicated the example by doing that. :)