SiriTipUIView has allowsDismissal which adds a small X button to the tip view for dismissal. When the user taps the dismiss button, the view is hidden and isPresented becomes false.
To remove the empty space left by the tip view, I need to observe isPresented using KVO or Combine to remove the tip view from the tableHeaderView and with that remove the empty space.