Hey,
I’m still relatively new to swiftUI and was wondering if swiftUIs ToolTip feature is what I was looking for. The thing I was looking for is something similar to the both Screenshots, where some Text is selected and upon the text selection, on the users view, immediately pops up a blurred (glassy design?) view with a variety of options. These options are usually buttons and when clicking on them, the user may be directed to another view (via navigation link?) and after the user may have done something in this new view, it gets popped from the navigation link. Thus the user again sees the initial view (like on the two example screenshots) with still the same text being selected and the tooltip view being shown. If the users taps elsewhere, thus the selection should go away as usual and therefore the tooltip view as well.
To sum up, is tooltip that what I’m thinking it may can do? And eventually if it’s true that this feature, if it’s the right tool, is only available to iOS 15+?
Thank you for your help :)