B: Transparent View with alpha 0.1 and attached Gesture recognizer, that will dismiss the view
bView.addGestureRecognizer(UITapGestureRecognizer(target: self, action: #selector(dismisClicked(_:))))
C: UIView
D: Collection View Cells
iOS 14 work normal
iOS 15 {B}'s TabGesture override collection view touches and scroll