<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>SwiftUI on Young&#39;s Blog</title>
    <link>https://blog.yellowbox.dev/en/tags/swiftui/</link>
    <description>Recent content in SwiftUI on Young&#39;s Blog</description>
    <generator>Hugo -- 0.154.5</generator>
    <language>en</language>
    <lastBuildDate>Tue, 21 Apr 2026 00:00:00 +0900</lastBuildDate>
    <atom:link href="https://blog.yellowbox.dev/en/tags/swiftui/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Debugging SwiftUI Image Flickering: Three Bugs Stacked on Top of Each Other</title>
      <link>https://blog.yellowbox.dev/en/post/indie-dev/swiftui-image-flickering-triple-bug/</link>
      <pubDate>Tue, 21 Apr 2026 00:00:00 +0900</pubDate>
      <guid>https://blog.yellowbox.dev/en/post/indie-dev/swiftui-image-flickering-triple-bug/</guid>
      <description>Album artwork in my music app kept flickering. Turns out it was three separate bugs: NSCache lookup order, @State reset timing, and a URL that changed on every render.</description>
    </item>
    <item>
      <title>Why Storing Closures in SwiftUI @Observable Causes EXC_BAD_ACCESS</title>
      <link>https://blog.yellowbox.dev/en/post/indie-dev/swiftui-observable-closure-crash/</link>
      <pubDate>Tue, 21 Apr 2026 00:00:00 +0900</pubDate>
      <guid>https://blog.yellowbox.dev/en/post/indie-dev/swiftui-observable-closure-crash/</guid>
      <description>Storing closure properties in an @Observable class caused EXC_BAD_ACCESS. @ObservationIgnored didn&amp;#39;t help. Separating into another class didn&amp;#39;t help. The fix was ditching the ViewModel pattern entirely.</description>
    </item>
  </channel>
</rss>
