How to make LongPressGesture and scrolling in ScrollView work together at the same time in SwiftUI? – Ios swift
Let's imagine, here is a ScrollView with some elements and I want to make some actions (e.g. changing of color) on long tap on these elements. But also I want to make possible to scroll this view. Here is an…