OnTapGesture within a ScrollView are not working because
I’m creating a view that displays a list of objects which all contain a box which is clickable. I’m having issues with only some of the boxes responding to the tap gesture. It is weird, because some of them do and others don’t… I saw other previous solutions that seemed similar but none of them worked.
Swift UI Custom scroll indicator
I have some code that presents a custom scroll indicator that displays the letter for the current scroll position. At the begging of the scroll the letter is accurate to the scroll position, but as I scroll down further the letter no longer matches up with the scroll view. Ultimately I want 2 features: First being an accurate indicator that works for dynamic data (different letters/sections have different amounts of content), and the second making the custom indicator draggable so that it could move the scroll view. This is as low level (reproducable) I could get my code to be. If there is already a project out there that does this I’d appreciate a tip, thanks.
How to create a paged scroll view with peeking views in SwiftUI
I have a simple paging scroll view like this. This just circles with numbers in a paged horizontal scroll view.