Interface UIPopoverBackgroundViewMethods

  • All Known Implementing Classes:
    UIPopoverBackgroundView

    public interface UIPopoverBackgroundViewMethods
    The methods defined below are all to be treated as abstract; in order to subclass `UIPopoverBackgroundView`, you must supply implementations of each of the methods below. For `readwrite` properties, you must supply implementations of both of the accessors.
    • Method Detail

      • _arrowBase

        double _arrowBase()
        Represents the the length of the base of the arrow's triangle in points.
      • _arrowHeight

        double _arrowHeight()
      • _contentViewInsets

        UIEdgeInsets _contentViewInsets()
        Describes the distance between each edge of the background view and the corresponding edge of its content view (i.e. if it were strictly a rectangle).