Is it possible to find a particular view in SwiftUI based on its tag ?
When a row on a List is tapped, I want the textField on a row in another List to be updated.
But the problem is I dont know how to get hold of the active textField or the index of the row in the other list.
Please refer this image for clarity https://imgur.com/a/Ovv8IBY