Files
LCEssentials/pedi-foods/Sources/PediFoods/Views/Main/StoreDetailSupport.swift
Daniel Arantes Loverde d2189bb701 feat(store): stretch cover image on pull-down overscroll
- Remove max(0) clamp in ScrollOffsetReader to allow negative values during bounce
- Add stretchAmount computed var (max(0, -scrollOffset))
- Hero image frame grows by stretchAmount and offsets upward on overscroll
- isCategoryTabsPinned still uses max(0, scrollOffset) via >= check
2026-06-03 15:01:23 -03:00

69 lines
1.8 KiB
Swift