The UIPopoverBackgroundView class provides the background appearance for a popover.
The UIPopoverBackgroundView
is abstract and must be subclassed before it can be used. The implementation of your subclass is responsible for providing the border decoration and arrow for the popover.
Subclasses must also override all declared properties and methods to provide information about where to lay out the corresponding popover content and arrow.