Hi, I'm adding programmatically an UIView B to another UIView A.
The A frame is {{0, 372}, {320, 44}}. B UIView is add at {0, -74} and is {320, 74} wide.
My problem is that B touch events are not handled.
More precisely touch events are handled to a sibling UITableView of UIView A wich ends at {0, 372} even if B UIview is displayed over UITableView.
Any solution please ?