I have a collectionView inside my UIKit view controller using UIViewControllerRepresentable (App is SwiftUI). How can I segue to another view when a cell is tapped. Usually I’d just segue from didSelectCellAt but how can I create a SwiftUI NavigationLink from there? (I will be switching to another Viewcontroller)
NavigationLink from CollectionView
Showing the code would make it easier to help.
Did you try using .onTapGesture modifier ?