How do you implement floating tooltip/text that floats next to your scrollbar as you scroll through a list?
I have seem this feature implemented in a number of apps, but I couldn’t figure out how it’s done after much searching through documentation and googling. Is it possible in SwiftUI? Or this is an UIKit feature?
Can someone who understands how it works point me to the right direction?
Thanks