In the same theme as this post:
iOS 13 - UIPopoverPresentationController sourceview content visible in the arrow
I have a UITableViewController instantiated
I have found the answer. I have to implement my own UIPopoverBackgroundView. Example: https://github.com/mattneub/Programming-iOS-Book-Examples/blob/master/bk2ch09p476popovers/ch22p751popovers/MyPopoverBackgroundView.swift It works for me.my popover