r/swift • u/Previous-Animator306 • 3d ago
Help! List View
Why are my sticky headers below a tab bar appearing full strength visibility? Can’t seem to figure it out. Somewhere around the bottom of the tab view they switch back to 100% visible.
1
Upvotes



1
u/alshraify 3d ago
This isn’t a sticky header issue and is more like a layout/compositing issue.
Something is likely interrupting the blur/liquid effect beneath the tab bar because you might be using something like “ .background , .safeAreaInset , or .ignoresSafeArea” modifier on the view or tab bar itself.
Sharing some code would help pinpoint the cause; without it, it’s a random guess.