Files
LCEssentials/pedi-foods/Sources/PediFoods/Views/Main/StoreDetailView.swift
Daniel Arantes Loverde c89c80e8d1 fix(store): replace pinnedViews with ZStack overlay to prevent EXC_BAD_ACCESS crash
pinnedViews + rapid state changes from stretchAmount every frame during overscroll
triggers SwiftUI memory corruption. ZStack overlay approach is crash-free:
- LazyVStack with no pinnedViews
- Inline tabs fade out when pinned threshold reached
- Overlay tabs (with safeAreaTop padding) fade in at top of ZStack
2026-06-03 15:20:44 -03:00

177 lines
6.6 KiB
Swift