<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/what-is-new-in-swiftui-after-wwdc26-km1yihp3o" -->

---
title: What is new in SwiftUI after WWDC26 | daily.dev
description: WWDC26 brings several notable SwiftUI improvements. Liquid Glass design changes are adopted automatically. A new &#x27;prominent&#x27; tab role enables...
canonical: https://daily.dev/posts/what-is-new-in-swiftui-after-wwdc26-km1yihp3o
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: What is new in SwiftUI after WWDC26 | daily.dev
og:description: WWDC26 brings several notable SwiftUI improvements. Liquid Glass design changes are adopted automatically. A new &#x27;prominent&#x27; tab role enables...
og:url: https://daily.dev/posts/what-is-new-in-swiftui-after-wwdc26-km1yihp3o
og:image: https://api.daily.dev/og/posts/kM1yIhp3o.png
og:image:alt: What is new in SwiftUI after WWDC26
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# What is new in SwiftUI after WWDC26

**[Swift with Majid](https://daily.dev/sources/swiftwithmajid)** · 4 min read · 0 upvotes · 0 comments

## Summary

WWDC26 brings several notable SwiftUI improvements. Liquid Glass design changes are adopted automatically. A new 'prominent' tab role enables trailing-separated tabs. The swipeActions modifier now works beyond List — any container (ScrollView, lazy stacks, custom layouts) can support swipe actions via the new swipeActionsContainer modifier. Drag-and-drop reordering is simplified with reorderContainer and reorderable modifiers. Navigation gains a cross-fade transition option alongside zoom. AsyncImage now supports caching with configurable URLSession. New toolbar modifiers offer finer control over visibility priority, overflow menus, and pinned trailing items. Document-based apps receive a refreshed look and performance boost, and Xcode adds SwiftUI-specific agentic coding skills.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://swiftwithmajid.com/2026/06/08/what-is-new-in-swiftui-after-wwdc26>

---

Tags: [#apple](https://daily.dev/tags/apple), [#ios](https://daily.dev/tags/ios), [#swift](https://daily.dev/tags/swift), [#swiftui](https://daily.dev/tags/swiftui), [#wwdc](https://daily.dev/tags/wwdc)

[View this post on daily.dev](https://daily.dev/posts/what-is-new-in-swiftui-after-wwdc26-km1yihp3o)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"What is new in SwiftUI after WWDC26","url":"https://daily.dev/posts/what-is-new-in-swiftui-after-wwdc26-km1yihp3o","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/what-is-new-in-swiftui-after-wwdc26-km1yihp3o"},"datePublished":"2026-06-08T23:04:26.501Z","dateModified":"2026-06-08T23:04:45.243Z","description":"WWDC26 brings several notable SwiftUI improvements. Liquid Glass design changes are adopted automatically. A new 'prominent' tab role enables...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/025ae18f3da87b4aef256580789c5011?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/025ae18f3da87b4aef256580789c5011?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Swift with Majid","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Swift with Majid","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/7f8a6f70d695454391dcd7dcd91679b2","url":"https://daily.dev/sources/swiftwithmajid"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/what-is-new-in-swiftui-after-wwdc26-km1yihp3o","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"apple,ios,swift,swiftui,wwdc","timeRequired":"PT4M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Swift with Majid","item":"https://daily.dev/sources/swiftwithmajid"},{"@type":"ListItem","position":3,"name":"What is new in SwiftUI after WWDC26"}]}
```

