Skip to content

Instantly share code, notes, and snippets.

@SwiftDevStudent
SwiftDevStudent / ListStylesInTab.swift
Created September 12, 2025 05:23
PlainList Section headers unblurring in middle of tab bar blur, and tab bar blur disappearing when using paged views in the tab
import SwiftUI
enum MainTabs{
case first
case second
}
struct ContentView: View {
@State private var selectedTab: MainTabs = .second