How to constrain a tableView to safe area ?

Here is the set up:

I try to set a constraint for the top of tableView relative to safe area. No way by control-drag from tableView to Safe area.

But if i create such a constraint for another object (here, like upperView) and then edit the constraint in Inspector, I can replace UpperView by tableView ; and get my constraint set.

What am I missing here ?

I'm able to set the constraint via ctrl-drag - Xcode 13.2.1

@MobileTen thanks for answer.

When I control-drag from TableView (in the left panel) to Safe Area (still in left panel), Safe area does not react: no hiliting.

In your test, what is View (above tableView): is it the View at the top of VC ?

How to constrain a tableView to safe area ?
 
 
Q