Im also seeing this. In final versions of both xcode 12 and iOS14.
but if I compile in xcode 12 for iOS13.5 (simulator) it seems to be working just fine.
I have a tapgesture on a imageview, which is inside a uitableview cell.
Not the most elegant way, I agree, but worked fine until now.
anyone able to solve this?
//edit:
im using UIKit and not SwiftUI.