Skip to content

Swift by Sundell

Weekly Swift articles, podcasts and tips by John Sundell.

  • By John Sundell
  • Based in Poland
  • First post on

Posts per year

Data for this chart is available in the table below
Posts per year
Year starting Posts
2021 70
2022 30
2023 2
2024 0

Any gaps could be due to errors when fetching the blog’s feed.

Most recent posts

SwiftUI views versus modifiers
One of the most interesting aspects of SwiftUI, at least from an architectural perspective, is how it essentially treats views as data. After all, a SwiftUI view isn’t a direct representation of the pixels that …
On , 1,618 words
Observing the content offset of a SwiftUI ScrollView
When building various kinds of scrollable UIs, it’s very common to want to observe the current scroll position (or content offset, as UIScrollView calls it) in order to trigger layout changes, load additional data when …
On , 1,224 words
Podcast: “The evolution of Swift”, with special guest Nick Lockwood
On this final episode of 2022, Nick Lockwood returns to the show to discuss the overall evolution of Swift and its ecosystem of tools and libraries. How has Swift changed since its original introduction in …
On , 169 words